summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-05 19:59:21 +0200
committerbakkeby <[email protected]>2020-05-05 19:59:21 +0200
commit1a4b3632d1ef9f0def8a0dbd5f7bc83b2653f16e (patch)
treeb7c23aa574b0b016079b661aa5a421aa9037eee2 /patch
parenta6c2fe5668ca780f865b6cfac72ea94e1c93d881 (diff)
downloaddwm-flexipatch-1a4b3632d1ef9f0def8a0dbd5f7bc83b2653f16e.tar.gz
dwm-flexipatch-1a4b3632d1ef9f0def8a0dbd5f7bc83b2653f16e.zip
Removing redundant lastbutton variable when both statuscmd and dwmblocks patches are enabled
Diffstat (limited to 'patch')
-rw-r--r--patch/statuscmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/statuscmd.c b/patch/statuscmd.c
index 9a7c938..79db4b2 100644
--- a/patch/statuscmd.c
+++ b/patch/statuscmd.c
@@ -2,8 +2,8 @@ static char rawstext[256];
static const char statusexport[] = "export BUTTON=-;";
#if !DWMBLOCKS_PATCH
static int statuscmdn;
-#endif // DWMBLOCKS_PATCH
static int lastbutton;
+#endif // DWMBLOCKS_PATCH
void
copyvalidchars(char *text, char *rawtext)