discomfitor pushed a commit to branch master.

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

commit 8c223c0af47d7c78d938e788abf3df26814b889f
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jun 29 13:42:14 2015 -0400

    remove E_Comp_Data reference from wl-x11 module
    
    fix T2528
---
 src/modules/wl_x11/e_mod_main.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/modules/wl_x11/e_mod_main.c b/src/modules/wl_x11/e_mod_main.c
index 433601d..ceeeee7 100644
--- a/src/modules/wl_x11/e_mod_main.c
+++ b/src/modules/wl_x11/e_mod_main.c
@@ -14,7 +14,6 @@ _cb_delete_request(Ecore_Evas *ee EINA_UNUSED)
 static Eina_Bool 
 _cb_keymap_changed(void *data, int type EINA_UNUSED, void *event EINA_UNUSED)
 {
-   E_Comp_Data *cdata;
    E_Config_XKB_Layout *ekbd;
    char *rules = NULL, *model = NULL, *layout = NULL;
    Ecore_X_Atom xkb = 0;
@@ -24,8 +23,6 @@ _cb_keymap_changed(void *data, int type EINA_UNUSED, void 
*event EINA_UNUSED)
 
    printf("KEYMAP CHANGED\n");
 
-   if (!(cdata = data)) return ECORE_CALLBACK_PASS_ON;
-
    /* try to fetch the E keyboard layout */
    if ((ekbd = e_xkb_layout_get()))
      {

-- 


Reply via email to