edje: remove useless code (Composing is done in xlib, in ecore_x, you need
authorbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jan 2010 22:34:52 +0000 (22:34 +0000)
committerbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jan 2010 22:34:52 +0000 (22:34 +0000)
to compile ecore with --enable-xim)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@45605 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index 25ef6da..05c9cc3 100644 (file)
@@ -1190,20 +1190,8 @@ _edje_key_down_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, v
          }
         _edje_emit(ed, "entry,key,enter", rp->part->name);
      }
-   else if ((!strcmp(ev->key, "Multi_key")))
-     {
-       // FIXME: compose next 2 keystrokes (Examples):
-       // a " -> ä
-       // o / -> ø
-       // a e -> æ
-       // e ' -> é
-       // s s -> ß
-       // etc.
-     }
-   // FIXME: other input methods? (xim, scim, uim etc.)...
    else
      {
-       // FIXME: if composing.. store 2 keys
        if (ev->string)
          {
             if (en->have_selection)