From db6a65658de9d89b5892366e44ca422423eaaf22 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 10 Nov 2010 17:59:01 +0900 Subject: [PATCH] [entry] remove unused code --- src/lib/edje_entry.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 6e1bd5f..5cb3405 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -3561,14 +3561,6 @@ _edje_entry_imf_event_commit_cb(void *data, int type __UNUSED__, void *event) _caps_mode_check(en); -#ifdef HAVE_ECORE_IMF - if (en->imf_context) - { - ecore_imf_context_cursor_position_set(en->imf_context, - evas_textblock_cursor_pos_get(en->cursor)); - } -#endif - return ECORE_CALLBACK_DONE; } -- 2.7.4