Evas textblock: Remove obsolete comment.

SVN revision: 59130
This commit is contained in:
Tom Hacohen 2011-05-02 15:33:31 +00:00
parent 0bf964a221
commit 4fafc63d0f
1 changed files with 0 additions and 3 deletions

View File

@ -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;