mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-06-20 22:22:43 +00:00
remove useless assignment
calloc already initializes ints to 0.
This commit is contained in:
@@ -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