summaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 0157d466..ebfd22ad 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -168,7 +168,6 @@ static bool handle_view_created(wlc_handle handle) {
168static void handle_view_destroyed(wlc_handle handle) { 168static void handle_view_destroyed(wlc_handle handle) {
169 sway_log(L_DEBUG, "Destroying window %lu", handle); 169 sway_log(L_DEBUG, "Destroying window %lu", handle);
170 swayc_t *view = get_swayc_for_handle(handle, &root_container); 170 swayc_t *view = get_swayc_for_handle(handle, &root_container);
171 swayc_t *focused = get_focused_container(&root_container);
172 171
173 switch (wlc_view_get_type(handle)) { 172 switch (wlc_view_get_type(handle)) {
174 //regular view created regularly 173 //regular view created regularly