remove useless assignment calloc already initializes ints to 0.
1 files changed, 0 insertions(+), 1 deletions(-) M dwl.c
M dwl.c => dwl.c +0 -1
@@ 458,7 458,6 @@ applyrules(Client *c) Monitor *mon = selmon, *m; /* rule matching */ - c->isfloating = 0; #ifdef XWAYLAND if (c->type != XDGShell) { updatewindowtype(c);