Removing redundant statuscmds logic when both statuscmd and dwmblocks patches are applied
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
static char rawstext[256];
|
||||
static const char statusexport[] = "export BUTTON=-;";
|
||||
#if !DWMBLOCKS_PATCH
|
||||
static int statuscmdn;
|
||||
#endif // DWMBLOCKS_PATCH
|
||||
static int lastbutton;
|
||||
|
||||
void
|
||||
@ -14,4 +16,4 @@ copyvalidchars(char *text, char *rawtext)
|
||||
}
|
||||
}
|
||||
text[j] = '\0';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user