mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 12:05:45 +00:00
Removing unnecessary variable when both statuscmd and dwmblocks is used
This commit is contained in:
parent
1a4b3632d1
commit
511fda0088
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user