remove useless assignment
calloc already initializes ints to 0.
This commit is contained in:
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);
|
||||||
|
Reference in New Issue
Block a user