cleanup: getting rid of unused argument a
This commit is contained in:
2
dwm.c
2
dwm.c
@ -1240,8 +1240,6 @@ cleanup(void)
|
|||||||
#if SEAMLESS_RESTART_PATCH
|
#if SEAMLESS_RESTART_PATCH
|
||||||
for (m = mons; m; m = m->next)
|
for (m = mons; m; m = m->next)
|
||||||
persistmonitorstate(m);
|
persistmonitorstate(m);
|
||||||
#else
|
|
||||||
Arg a = {.ui = ~0};
|
|
||||||
#endif // SEAMLESS_RESTART_PATCH
|
#endif // SEAMLESS_RESTART_PATCH
|
||||||
|
|
||||||
#if COOL_AUTOSTART_PATCH
|
#if COOL_AUTOSTART_PATCH
|
||||||
|
Reference in New Issue
Block a user