From 4fafc63d0f9e40b3f02cc08a2a6859ea83e8a504 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 2 May 2011 15:33:31 +0000 Subject: [PATCH] Evas textblock: Remove obsolete comment. SVN revision: 59130 --- legacy/evas/src/lib/canvas/evas_object_textblock.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/legacy/evas/src/lib/canvas/evas_object_textblock.c b/legacy/evas/src/lib/canvas/evas_object_textblock.c index 7520916289..4be3feeaf5 100644 --- a/legacy/evas/src/lib/canvas/evas_object_textblock.c +++ b/legacy/evas/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;