summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Zhang <li2012.zhang@samsung.com>2016-10-25 14:46:01 +0800
committerLi Zhang <li2012.zhang@samsung.com>2016-10-25 14:46:01 +0800
commit207d5f8c0e15bda0a23e04262c70c2b0b7179489 (patch)
tree772aa929b57d8e259191c310af0df4a691d773a8
parent0384d5f5d637fd4922738c37c8b8544c82e94b0e (diff)
downloadisf-207d5f8c0e15bda0a23e04262c70c2b0b7179489.tar.gz
isf-207d5f8c0e15bda0a23e04262c70c2b0b7179489.tar.bz2
isf-207d5f8c0e15bda0a23e04262c70c2b0b7179489.zip
Remove useless code
Change-Id: I74b2eddf469802cea8fdefb754b4ea402e40d31f
-rw-r--r--ism/extras/wayland_immodule/wayland_imcontext.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ism/extras/wayland_immodule/wayland_imcontext.c b/ism/extras/wayland_immodule/wayland_imcontext.c
index 08e72631..a3d4db84 100644
--- a/ism/extras/wayland_immodule/wayland_imcontext.c
+++ b/ism/extras/wayland_immodule/wayland_imcontext.c
@@ -85,7 +85,6 @@ static const char *_ecore_imf_event_empty = "";
#define BACK_KEY "XF86Back"
#define OLD_BACK_KEY "XF86Stop"
-static Eina_Bool input_detected = EINA_FALSE;
static Eina_Bool will_hide = EINA_FALSE;
static Eina_Bool ignore_hide = EINA_FALSE;
@@ -1281,9 +1280,6 @@ show_input_panel(Ecore_IMF_Context *ctx)
if ((!imcontext) || (!imcontext->text_input))
return EINA_FALSE;
- if (input_detected)
- return EINA_FALSE;
-
if (!imcontext->input) {
set_focus(ctx);
if (!imcontext->input) {