From 511fda00884553d1dae690d1b8f5b8e2dab7fed8 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 7 May 2020 21:44:17 +0200 Subject: [PATCH] Removing unnecessary variable when both statuscmd and dwmblocks is used --- patch/statuscmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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