diff options
| author | bakkeby <[email protected]> | 2020-05-05 19:59:21 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-05-05 19:59:21 +0200 |
| commit | 1a4b3632d1ef9f0def8a0dbd5f7bc83b2653f16e (patch) | |
| tree | b7c23aa574b0b016079b661aa5a421aa9037eee2 /patch | |
| parent | a6c2fe5668ca780f865b6cfac72ea94e1c93d881 (diff) | |
| download | dwm-flexipatch-1a4b3632d1ef9f0def8a0dbd5f7bc83b2653f16e.tar.gz dwm-flexipatch-1a4b3632d1ef9f0def8a0dbd5f7bc83b2653f16e.zip | |
Removing redundant lastbutton variable when both statuscmd and dwmblocks patches are enabled
Diffstat (limited to 'patch')
| -rw-r--r-- | patch/statuscmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/statuscmd.c b/patch/statuscmd.c index 9a7c938..79db4b2 100644 --- a/patch/statuscmd.c +++ b/patch/statuscmd.c @@ -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) |
