diff options
| author | stkhan <personal@slickd.xyz> | 2023-06-13 17:14:48 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-06-13 17:14:48 -0500 |
| commit | 27d2f5ed001397dbcc23b3d55708502b8488e88a (patch) | |
| tree | 7ee3dd61190a096e7f64e66239981f85a4da6d27 /wm/dwmblocks | |
| parent | db14a74d6a24f0c4402ffc953cbe372cc408ebf8 (diff) | |
Remove warnings on compile and change redshift cmd
Diffstat (limited to 'wm/dwmblocks')
| -rw-r--r-- | wm/dwmblocks/dwmblocks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wm/dwmblocks/dwmblocks.c b/wm/dwmblocks/dwmblocks.c index 62c481c..b70d29c 100644 --- a/wm/dwmblocks/dwmblocks.c +++ b/wm/dwmblocks/dwmblocks.c @@ -53,7 +53,6 @@ static void (*writestatus) () = pstdout; static char statusbar[LENGTH(blocks)][CMDLENGTH] = {0}; static char statusstr[2][STATUSLENGTH]; static int statusContinue = 1; -static int returnStatus = 0; //opens process *cmd and stores output in *output void getcmd(const Block *block, char *output) |