cleanup: getting rid of unused argument a

This commit is contained in:
bakkeby 2022-07-11 14:35:32 +02:00
parent d4ab4400ac
commit df5eba3f8f

2
dwm.c
View File

@ -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