aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authorRyan Dwyer <RyanDwyer@users.noreply.github.com>2018-05-13 11:45:11 +1000
committerGitHub <noreply@github.com>2018-05-13 11:45:11 +1000
commit90e6dfa268461a10d6b95c3a7d74834923392cd6 (patch)
tree34ca494ccdc42799010a00f495b1d19193f20fe7 /include/sway/tree
parent0f43eac5dcd3650ad7ecf84cf42da902170174e8 (diff)
parent9d607b72532096e469fdaccf474836c310b629ff (diff)
Merge branch 'master' into edge-borders
Diffstat (limited to 'include/sway/tree')
-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 {
struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6;
struct wl_listener new_popup;
- struct wl_listener unmap;
struct wl_listener destroy;
};