Remove unnecessary device_del request when the context is deleted 50/161950/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 28 Nov 2017 08:56:34 +0000 (17:56 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 28 Nov 2017 09:43:52 +0000 (09:43 +0000)
Change-Id: Ibed496f7eb342483df37c6a02cf49390ca5e41cb

ism/extras/wayland_immodule/wayland_imcontext.c

index 8ce6871..ec45855 100644 (file)
@@ -2616,9 +2616,6 @@ wayland_im_context_del (Ecore_IMF_Context *ctx)
 
     if (!imcontext) return;
 
-    if (_ime_device && imcontext->window)
-        _device_info_send (ecore_wl_window_id_get (imcontext->window), EINA_FALSE);
-
     // TIZEN_ONLY(20150708): Support back key
     if (_input_panel_ctx == ctx) {
         _clear_hide_timer();