From 543d924669c83ee59834038218078b422da9145b Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Mon, 7 Sep 2015 13:13:27 -0400 Subject: [PATCH] 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 fdfdbcf29..c5332e8f1 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;