discomfitor pushed a commit to branch master.

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

commit 543d924669c83ee59834038218078b422da9145b
Author: Seunghun Lee <beauty.positi...@gmail.com>
Date:   Mon Sep 7 13:13:27 2015 -0400

    wl_text_input: remove duplicated code.
    
    Summary: remove redundant code.
    
    Test Plan: N/A
    
    Reviewers: zmike, devilhorns
    
    Reviewed By: devilhorns
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3014
---
 src/modules/wl_text_input/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wl_text_input/e_mod_main.c 
b/src/modules/wl_text_input/e_mod_main.c
index fdfdbcf..c5332e8 100644
--- a/src/modules/wl_text_input/e_mod_main.c
+++ b/src/modules/wl_text_input/e_mod_main.c
@@ -824,7 +824,7 @@ _e_text_cb_bind_text_input_manager(struct wl_client 
*client, void *data EINA_UNU
 static void
 _e_text_input_method_cb_unbind(struct wl_resource *resource)
 {
-   E_Input_Method *input_method = wl_resource_get_user_data(resource);
+   E_Input_Method *input_method;
 
    e_comp->wl_comp_data->seat.im.resource = NULL;
 

-- 


Reply via email to