diff options
author | Guido Cella <guido@guidocella.xyz> | 2020-12-19 18:56:42 +0100 |
---|---|---|
committer | Guido Cella <guido@guidocella.xyz> | 2020-12-19 18:56:42 +0100 |
commit | 2eaa8c6de355aeec66d0a81ef8e4937d9aad797a (patch) | |
tree | c5c5970e75fdc7d77b56c85fd7d736e3b88b2be0 /dwl.c | |
parent | ee7e8688a71c8fc15c4e3f0da882bd24660efbf6 (diff) |
remove useless assignment
calloc already initializes ints to 0.
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -458,7 +458,6 @@ applyrules(Client *c) Monitor *mon = selmon, *m; /* rule matching */ - c->isfloating = 0; #ifdef XWAYLAND if (c->type != XDGShell) { updatewindowtype(c); |