Skip to content

Commit

Permalink
remove useless assignment
Browse files Browse the repository at this point in the history
calloc already initializes ints to 0.
  • Loading branch information
guidocella committed Dec 19, 2020
1 parent ee7e868 commit 2eaa8c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ applyrules(Client *c)
Monitor *mon = selmon, *m;

/* rule matching */
c->isfloating = 0;
#ifdef XWAYLAND
if (c->type != XDGShell) {
updatewindowtype(c);
Expand Down

0 comments on commit 2eaa8c6

Please sign in to comment.