remove _e_comp_wl_focus_down_set()

this function does nothing for wayland clients and never should have
been used in this file
This commit is contained in:
Mike Blumenkrantz 2016-01-20 17:02:21 -05:00 committed by Chris Michael
parent 73bcac7e72
commit 0973acbd60
1 changed files with 0 additions and 10 deletions

View File

@ -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)
{