From 2eaa8c6de355aeec66d0a81ef8e4937d9aad797a Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Sat, 19 Dec 2020 18:56:42 +0100 Subject: remove useless assignment calloc already initializes ints to 0. --- dwl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dwl.c b/dwl.c index d19d3ee..689e56a 100644 --- a/dwl.c +++ b/dwl.c @@ -458,7 +458,6 @@ applyrules(Client *c) Monitor *mon = selmon, *m; /* rule matching */ - c->isfloating = 0; #ifdef XWAYLAND if (c->type != XDGShell) { updatewindowtype(c); -- cgit v1.2.3