remove useless assignment
calloc already initializes ints to 0.
This commit is contained in:
parent
ee7e8688a7
commit
2eaa8c6de3
1 changed files with 0 additions and 1 deletions
1
dwl.c
1
dwl.c
|
@ -458,7 +458,6 @@ applyrules(Client *c)
|
||||||
Monitor *mon = selmon, *m;
|
Monitor *mon = selmon, *m;
|
||||||
|
|
||||||
/* rule matching */
|
/* rule matching */
|
||||||
c->isfloating = 0;
|
|
||||||
#ifdef XWAYLAND
|
#ifdef XWAYLAND
|
||||||
if (c->type != XDGShell) {
|
if (c->type != XDGShell) {
|
||||||
updatewindowtype(c);
|
updatewindowtype(c);
|
||||||
|
|
Loading…
Reference in a new issue