Edje entry: removed some unwanted commented out code.
authortasn <tasn>
Tue, 12 Oct 2010 14:13:22 +0000 (14:13 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 12 Oct 2010 14:13:22 +0000 (14:13 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@53306 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index 1a47a24..bb89870 100644 (file)
@@ -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);