diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2019-03-18 20:52:56 +1000 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-03-18 11:29:19 -0400 |
commit | e9a476244df7a8886fc6fc6785251198ed76e601 (patch) | |
tree | 377c048bbee8a63a9da69e3caa31e3ea405246be /include/sway/tree | |
parent | 38bd60c4b3e70cb5584529358162f8b37d43669f (diff) |
Remove debug tree
This feature has served its purpose. It's better to use IPC now.
Diffstat (limited to 'include/sway/tree')
-rw-r--r-- | include/sway/tree/root.h | 2 |
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 { #endif struct wl_list drag_icons; // sway_drag_icon::link - struct wlr_texture *debug_tree; - // Includes disabled outputs struct wl_list all_outputs; // sway_output::link |