diff --git a/sway/tree/view.c b/sway/tree/view.c index 293edc959..d3e3186ce 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) {