Removing unnecessary variable when both statuscmd and dwmblocks is used

This commit is contained in:
bakkeby 2020-05-07 21:44:17 +02:00
parent 1a4b3632d1
commit 511fda0088

View File

@ -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