mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 09:51:38 -05:00
Remove vacant debug info in dump_tree
This commit is contained in:
parent
59f1423731
commit
07fa8a6645
1 changed files with 0 additions and 3 deletions
3
tree.c
3
tree.c
|
@ -212,9 +212,6 @@ void dump_tree(desktop_t *d, node_t *n, char *rsp, int depth)
|
|||
|
||||
strcat(rsp, line);
|
||||
|
||||
if (n->vacant)
|
||||
strcat(rsp, " \\");
|
||||
|
||||
if (n == d->focus)
|
||||
strcat(rsp, " *\n");
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue