summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-03-23 19:03:02 +0100
committerbakkeby <[email protected]>2020-03-23 19:03:02 +0100
commitbecbb9bfbfb93cd74932d3ed139d38838e8c1b60 (patch)
treea801b18df56673a139a414354b36cccc6ac518aa /patch
parent52db51175b12de456979f9c696f66df1e1142249 (diff)
downloaddwm-flexipatch-becbb9bfbfb93cd74932d3ed139d38838e8c1b60.tar.gz
dwm-flexipatch-becbb9bfbfb93cd74932d3ed139d38838e8c1b60.zip
Removing unwanted and forgotten debug line ref. #20
Diffstat (limited to 'patch')
-rw-r--r--patch/stacker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/patch/stacker.c b/patch/stacker.c
index 4d66452..dc16d49 100644
--- a/patch/stacker.c
+++ b/patch/stacker.c
@@ -4,7 +4,6 @@ focusstack(const Arg *arg)
int i = stackpos(arg);
Client *c, *p;
- snprintf(selmon->ltsymbol, sizeof selmon->ltsymbol, "%d", n);
if (i < 0)
return;