aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/root.h')
-rw-r--r--include/sway/tree/root.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index 9ff45eb5..9f6cd3bb 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -21,8 +21,6 @@ struct sway_root {
21#endif 21#endif
22 struct wl_list drag_icons; // sway_drag_icon::link 22 struct wl_list drag_icons; // sway_drag_icon::link
23 23
24 struct wlr_texture *debug_tree;
25
26 // Includes disabled outputs 24 // Includes disabled outputs
27 struct wl_list all_outputs; // sway_output::link 25 struct wl_list all_outputs; // sway_output::link
28 26