aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2020-12-19 18:56:42 +0100
committerGuido Cella <guido@guidocella.xyz>2020-12-19 18:56:42 +0100
commit2eaa8c6de355aeec66d0a81ef8e4937d9aad797a (patch)
treec5c5970e75fdc7d77b56c85fd7d736e3b88b2be0
parentee7e8688a71c8fc15c4e3f0da882bd24660efbf6 (diff)
remove useless assignment
calloc already initializes ints to 0.
-rw-r--r--dwl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index d19d3ee..689e56a 100644
--- a/dwl.c
+++ b/dwl.c
@@ -458,7 +458,6 @@ applyrules(Client *c)
Monitor *mon = selmon, *m;
/* rule matching */
- c->isfloating = 0;
#ifdef XWAYLAND
if (c->type != XDGShell) {
updatewindowtype(c);