edje: Remove dead code

Summary: This removes the commented out dead code block from
9cdb8aaf9b

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-12 11:44:06 -05:00
parent 2982b05288
commit ee31af90cc
1 changed files with 2 additions and 6 deletions

View File

@ -3625,12 +3625,8 @@ _edje_entry_cursor_down(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);