mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
cleanup: getting rid of unused argument a
This commit is contained in:
parent
d4ab4400ac
commit
df5eba3f8f
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
|
||||||
|
Loading…
Reference in New Issue
Block a user