commit 679c51e4214dda459d73c2074d4e9afdf56ed992
parent 5a646221815f6793f844412b82b185b415b32157
Author: emersion <contact@emersion.fr>
Date: Wed, 4 Apr 2018 15:34:39 -0400
Remove unused sway_view.unmanaged_link
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
@@ -101,9 +101,6 @@ struct sway_view {
struct sway_xwayland_surface *sway_xwayland_surface;
struct sway_wl_shell_surface *sway_wl_shell_surface;
};
-
- // only used for unmanaged views (shell specific)
- struct wl_list unmanaged_view_link; // sway_root::unmanaged_views
};
struct sway_view *view_create(enum sway_view_type type,