remove unnecessary code and fix document of autoperiod
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 18 Feb 2011 06:51:41 +0000 (15:51 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 18 Feb 2011 06:51:41 +0000 (15:51 +0900)
Change-Id: I2b22a8bab3de12f9a0e1a021c194e2bec8554b97

src/lib/edje_entry.c

index 891d50a..30e90e9 100644 (file)
@@ -1349,9 +1349,6 @@ _edje_key_down_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, v
    cursor_changed = EINA_FALSE;
    if (!strcmp(ev->key, "Escape"))
      {
-#ifdef HAVE_ECORE_IMF
-        if (en->imf_context) ecore_imf_context_reset(en->imf_context);
-#endif
         // dead keys here. Escape for now (should emit these)
         _edje_emit(ed, "entry,key,escape", rp->part->name);
         ev->event_flags |= EVAS_EVENT_FLAG_ON_HOLD;