aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree')
-rw-r--r--sway/tree/container.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index f70bccdc..5df10bcb 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -179,8 +179,6 @@ swayc_t *destroy_output(swayc_t *output) {
add_child(root_container.children->items[p], child);
}
sort_workspaces(root_container.children->items[p]);
- // TODO WLR: is this needed anymore?
- //update_visibility(root_container.children->items[p]);
arrange_windows(root_container.children->items[p], -1, -1);
}
}