diff options
| author | bakkeby <[email protected]> | 2020-03-23 19:03:02 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-03-23 19:03:02 +0100 |
| commit | becbb9bfbfb93cd74932d3ed139d38838e8c1b60 (patch) | |
| tree | a801b18df56673a139a414354b36cccc6ac518aa /patch | |
| parent | 52db51175b12de456979f9c696f66df1e1142249 (diff) | |
| download | dwm-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.c | 1 |
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; |
