Removing redundant lastbutton variable when both statuscmd and dwmblocks patches are enabled

This commit is contained in:
bakkeby
2020-05-05 19:59:21 +02:00
parent a6c2fe5668
commit 1a4b3632d1
2 changed files with 3 additions and 3 deletions

View File

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