remove useless assignment

calloc already initializes ints to 0.
This commit is contained in:
Guido Cella 2020-12-19 18:56:42 +01:00
parent ee7e8688a7
commit 2eaa8c6de3
1 changed files with 0 additions and 1 deletions

1
dwl.c
View File

@ -458,7 +458,6 @@ applyrules(Client *c)
Monitor *mon = selmon, *m;
/* rule matching */
c->isfloating = 0;
#ifdef XWAYLAND
if (c->type != XDGShell) {
updatewindowtype(c);