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
This commit is contained in:
Seunghun Lee 2015-09-07 13:13:27 -04:00 committed by Mike Blumenkrantz
parent cfc78dfdae
commit 543d924669
1 changed files with 1 additions and 1 deletions

View File

@ -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;