[entry] remove unused code
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Nov 2010 08:59:01 +0000 (17:59 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Nov 2010 08:59:01 +0000 (17:59 +0900)
src/lib/edje_entry.c

index 6e1bd5f..5cb3405 100644 (file)
@@ -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;
 }