aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree')
-rw-r--r--sway/tree/view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 293edc95..d3e3186c 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -161,8 +161,6 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface) {
view_damage_whole(view);
view_update_outputs(view, NULL);
-
- // TODO: create view children for subsurfaces
}
void view_unmap(struct sway_view *view) {