summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {
161 161
162 view_damage_whole(view); 162 view_damage_whole(view);
163 view_update_outputs(view, NULL); 163 view_update_outputs(view, NULL);
164
165 // TODO: create view children for subsurfaces
166} 164}
167 165
168void view_unmap(struct sway_view *view) { 166void view_unmap(struct sway_view *view) {