From: tasn Date: Mon, 2 May 2011 15:33:31 +0000 (+0000) Subject: Evas textblock: Remove obsolete comment. X-Git-Tag: submit/trunk/20120815.174732~1563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1623e033ab4912b228709809239cdfdd4ff2f46c;p=profile%2Fivi%2Fevas.git Evas textblock: Remove obsolete comment. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59130 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index 7520916..4be3fee 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -3266,9 +3266,6 @@ _layout_ellipsis_item_new(Ctxt *c, const Evas_Object_Textblock_Item *cur_it) { Evas_Object_Textblock_Text_Item *ellip_ti; size_t len = 1; /* The length of _ellip_str */ - /* We assume that the format stack has at least one time, - * the only reason it may not have, is more than <>, other - * than that, we're safe. The last item is the base format. */ ellip_ti = _layout_text_item_new(c, eina_list_data_get(eina_list_last(c->format_stack))); ellip_ti->parent.text_node = cur_it->text_node;