edje: edje_entry - remove dead code

This commit is contained in:
WooHyun Jung 2015-02-02 19:12:42 +09:00
parent bac07e79ce
commit 1051328256
1 changed files with 1 additions and 6 deletions

View File

@ -3587,12 +3587,7 @@ _edje_entry_cursor_up(Edje_Real_Part *rp, Edje_Cursor cur)
return EINA_FALSE;
evas_textblock_cursor_char_geometry_get(c, &cx, &cy, &cw, &ch);
if (!evas_textblock_cursor_char_coord_set(c, cx, ly + (lh / 2)))
{
if (cx < (lx + (lw / 2)))
evas_textblock_cursor_line_char_last(c);
else
evas_textblock_cursor_line_char_last(c);
}
evas_textblock_cursor_line_char_last(c);
_sel_update(en->ed, c, rp->object, rp->typedata.text->entry_data);
_edje_entry_imf_cursor_info_set(en);