summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-07 21:44:17 +0200
committerbakkeby <[email protected]>2020-05-07 21:44:17 +0200
commit511fda00884553d1dae690d1b8f5b8e2dab7fed8 (patch)
tree048143ef367906e00e450167f5d2f92b4e7d59da
parent1a4b3632d1ef9f0def8a0dbd5f7bc83b2653f16e (diff)
downloaddwm-flexipatch-511fda00884553d1dae690d1b8f5b8e2dab7fed8.tar.gz
dwm-flexipatch-511fda00884553d1dae690d1b8f5b8e2dab7fed8.zip
Removing unnecessary variable when both statuscmd and dwmblocks is used
-rw-r--r--patch/statuscmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/statuscmd.c b/patch/statuscmd.c
index 79db4b2..bddd529 100644
--- a/patch/statuscmd.c
+++ b/patch/statuscmd.c
@@ -1,6 +1,6 @@
static char rawstext[256];
-static const char statusexport[] = "export BUTTON=-;";
#if !DWMBLOCKS_PATCH
+static const char statusexport[] = "export BUTTON=-;";
static int statuscmdn;
static int lastbutton;
#endif // DWMBLOCKS_PATCH