From ee31af90cccdfd352beb20a35e9dfec62e7678fc Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 12 Jan 2015 11:44:06 -0500 Subject: [PATCH] edje: Remove dead code Summary: This removes the commented out dead code block from 9cdb8aaf9bec83a0e0879c04f66408f6326fa2b2 @fix Signed-off-by: Chris Michael --- src/lib/edje/edje_entry.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c index 52e329d755..ac7c8c7c36 100644 --- a/src/lib/edje/edje_entry.c +++ b/src/lib/edje/edje_entry.c @@ -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);