terminology: remove _imf_cursor_set in _smart_calculate. It isn't needed anymore because it is called whenever cursor is moved

SVN revision: 72519
This commit is contained in:
Jihoon Kim 2012-06-20 06:23:07 +00:00
parent aed804227b
commit 5758281a6e
1 changed files with 0 additions and 1 deletions

View File

@ -1025,7 +1025,6 @@ _smart_calculate(Evas_Object *obj)
oy + (sd->cur.y * sd->font.chh));
evas_object_move(sd->event, ox, oy);
evas_object_resize(sd->event, ow, oh);
if (sd->imf) _imf_cursor_set(sd);
}
static void