summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 326bdfc..2b3c3cd 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1240,8 +1240,6 @@ cleanup(void)
#if SEAMLESS_RESTART_PATCH
for (m = mons; m; m = m->next)
persistmonitorstate(m);
- #else
- Arg a = {.ui = ~0};
#endif // SEAMLESS_RESTART_PATCH
#if COOL_AUTOSTART_PATCH