From: billiob Date: Tue, 26 Jan 2010 22:34:52 +0000 (+0000) Subject: edje: remove useless code (Composing is done in xlib, in ecore_x, you need X-Git-Tag: 2.0_alpha~163^2~689 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44c2819baa8bb8d0739638f4d99aa421ef15e9ad;p=framework%2Fuifw%2Fedje.git edje: remove useless code (Composing is done in xlib, in ecore_x, you need 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 --- diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 25ef6da..05c9cc3 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -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)