diff options
| author | bakkeby <[email protected]> | 2020-05-07 21:44:17 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-05-07 21:44:17 +0200 |
| commit | 511fda00884553d1dae690d1b8f5b8e2dab7fed8 (patch) | |
| tree | 048143ef367906e00e450167f5d2f92b4e7d59da | |
| parent | 1a4b3632d1ef9f0def8a0dbd5f7bc83b2653f16e (diff) | |
| download | dwm-flexipatch-511fda00884553d1dae690d1b8f5b8e2dab7fed8.tar.gz dwm-flexipatch-511fda00884553d1dae690d1b8f5b8e2dab7fed8.zip | |
Removing unnecessary variable when both statuscmd and dwmblocks is used
| -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 79db4b2..bddd529 100644 --- a/patch/statuscmd.c +++ b/patch/statuscmd.c @@ -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 |
