Remove vacant debug info in dump_tree

This commit is contained in:
Bastien Dejean 2012-09-28 15:24:03 +02:00
parent 59f1423731
commit 07fa8a6645

3
tree.c
View file

@ -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