summaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell_v6.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xdg_shell_v6.c')
-rw-r--r--sway/desktop/xdg_shell_v6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/xdg_shell_v6.c b/sway/desktop/xdg_shell_v6.c
index 6042a806..7320e629 100644
--- a/sway/desktop/xdg_shell_v6.c
+++ b/sway/desktop/xdg_shell_v6.c
@@ -200,7 +200,6 @@ static void handle_unmap(struct wl_listener *listener, void *data) {
200 200
201 wl_list_remove(&xdg_shell_v6_view->commit.link); 201 wl_list_remove(&xdg_shell_v6_view->commit.link);
202 wl_list_remove(&xdg_shell_v6_view->new_popup.link); 202 wl_list_remove(&xdg_shell_v6_view->new_popup.link);
203 view->surface = NULL;
204} 203}
205 204
206static void handle_map(struct wl_listener *listener, void *data) { 205static void handle_map(struct wl_listener *listener, void *data) {