discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d33a12b43459f03dd222282d6cbba22789a5b244

commit d33a12b43459f03dd222282d6cbba22789a5b244
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jan 20 17:02:21 2016 -0500

    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 9c267a7..73f943d 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -55,16 +55,6 @@ _e_comp_wl_configure_send(E_Client *ec, Eina_Bool edges)
 }
 
 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)
 {
    E_Client *ec;

-- 


Reply via email to