From 0973acbd609e739e9c7dffee870b85b77c6f405d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 20 Jan 2016 17:02:21 -0500 Subject: [PATCH] remove _e_comp_wl_focus_down_set() this function does nothing for wayland clients and never should have been used in this file --- src/bin/e_comp_wl.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 9c267a746..73f943d76 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -54,16 +54,6 @@ _e_comp_wl_configure_send(E_Client *ec, Eina_Bool edges) w, h); } -static void -_e_comp_wl_focus_down_set(E_Client *ec) -{ - Ecore_Window win = 0; - - win = e_client_util_pwin_get(ec); - e_bindings_mouse_grab(E_BINDING_CONTEXT_WINDOW, win); - e_bindings_wheel_grab(E_BINDING_CONTEXT_WINDOW, win); -} - static void _e_comp_wl_focus_check(void) {