diff options
| author | bakkeby <[email protected]> | 2022-07-11 14:35:32 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-07-11 14:35:32 +0200 |
| commit | df5eba3f8fc32c3843fe6ba35b18743312ed27ed (patch) | |
| tree | f9091ca4afa8b1654ce8e5c881204f1c7b70b90f | |
| parent | d4ab4400ac4ac0744341113f7329614403c8fcb4 (diff) | |
| download | dwm-flexipatch-df5eba3f8fc32c3843fe6ba35b18743312ed27ed.tar.gz dwm-flexipatch-df5eba3f8fc32c3843fe6ba35b18743312ed27ed.zip | |
cleanup: getting rid of unused argument a
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
