aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 4ecd8c44..8091fe0c 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -153,7 +153,6 @@ struct sway_xdg_popup_v6 {
153 struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6; 153 struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6;
154 154
155 struct wl_listener new_popup; 155 struct wl_listener new_popup;
156 struct wl_listener unmap;
157 struct wl_listener destroy; 156 struct wl_listener destroy;
158}; 157};
159 158