From e87b5595cebf176cdfc27f9ed3b50d81f86e84ea Mon Sep 17 00:00:00 2001 From: Bowon Ryu Date: Fri, 6 Apr 2018 10:10:42 -0700 Subject: [PATCH] ecore_wayland: remove logically dead code. Summary: remove logically dead code. execution cannot reach this statement. Reviewers: cedric Differential Revision: https://phab.enlightenment.org/D5876 Reviewed-by: Cedric Bail --- src/lib/ecore_wayland/ecore_wl_input.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/ecore_wayland/ecore_wl_input.c b/src/lib/ecore_wayland/ecore_wl_input.c index e36f47d..e3fb6f4 100644 --- a/src/lib/ecore_wayland/ecore_wl_input.c +++ b/src/lib/ecore_wayland/ecore_wl_input.c @@ -1034,7 +1034,6 @@ _ecore_wl_input_cb_pointer_leave(void *data, struct wl_pointer *pointer EINA_UNU * here for any corner-cases */ /* _ecore_wl_input_cursor_update(input); */ - if (!surface) return; if (!(win = ecore_wl_window_surface_find(surface))) return; win->pointer_device = NULL; @@ -1108,7 +1107,6 @@ _ecore_wl_input_cb_keyboard_leave(void *data, struct wl_keyboard *keyboard EINA_ input->display->serial = serial; - if (!surface) return; if (!(win = ecore_wl_window_surface_find(surface))) return; win->keyboard_device = NULL; -- 2.7.4