1
0
Fork 1
mirror of https://codeberg.org/dwl/dwl.git synced 2025-03-19 22:03:16 -07:00

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
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);