Edje entry: Removed a hack that's not needed anymore.

This is thanks to a bug fix in textblock.

SVN revision: 61346
This commit is contained in:
Tom Hacohen 2011-07-13 15:45:50 +00:00
parent 8b499b1984
commit e49f3baa84
1 changed files with 0 additions and 1 deletions

View File

@ -2109,7 +2109,6 @@ _edje_entry_text_markup_append(Edje_Real_Part *rp, const char *text)
if (!en) return;
end_cur = evas_object_textblock_cursor_new(rp->object);
evas_textblock_cursor_paragraph_last(end_cur);
evas_textblock_cursor_char_next(end_cur);
_text_filter_markup_prepend(en, end_cur, text);
evas_textblock_cursor_free(end_cur);