From: tasn Date: Tue, 12 Oct 2010 14:13:22 +0000 (+0000) Subject: Edje entry: removed some unwanted commented out code. X-Git-Tag: submit/trunk/20120815.180907~839 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fc21cfcbb6c7032637020869bf9cefd7bb07d6d;p=profile%2Fivi%2Fedje.git Edje entry: removed some unwanted commented out code. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@53306 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 1a47a24..bb89870 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -1901,18 +1901,7 @@ _edje_entry_text_markup_set(Edje_Real_Part *rp, const char *text) // set text as markup _sel_clear(en->cursor, rp->object, en); evas_object_textblock_text_markup_set(rp->object, text); -/* - evas_textblock_cursor_paragraph_last(en->cursor); - if (!evas_textblock_cursor_node_format_get(en->cursor)) - { - evas_textblock_cursor_format_append(en->cursor, "\n"); - } - else if (!((!strcmp(evas_textblock_cursor_node_format_get(en->cursor), "\n")) || - (!strcmp(evas_textblock_cursor_node_format_get(en->cursor), "\\n")))) - { - evas_textblock_cursor_format_append(en->cursor, "\n"); - } -*/ + _anchors_get(en->cursor, rp->object, en); _edje_emit(rp->edje, "entry,changed", rp->part->name); _edje_entry_set_cursor_start(rp);