commit 2eaa8c6de355aeec66d0a81ef8e4937d9aad797a parent ee7e8688a71c8fc15c4e3f0da882bd24660efbf6 Author: Guido Cella <guido@guidocella.xyz> Date: Sat, 19 Dec 2020 18:56:42 +0100 remove useless assignment calloc already initializes ints to 0. Diffstat:
| M | dwl.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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);