From 52ebc5d0c78c0c76a0bef642248672bb3df0a0c4 Mon Sep 17 00:00:00 2001 From: tasn Date: Tue, 12 Apr 2011 07:13:07 +0000 Subject: [PATCH] Evas textblock: Removed obsolete comments. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@58579 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_object_textblock.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index 4ab64c0..ef54db1 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -3721,12 +3721,9 @@ _layout(const Evas_Object *obj, int calc_only, int w, int h, int *w_ret, int *h_ } } } - - /* End of logical layout creation */ /* Start of visual layout creation */ - /* FIXME: move away? */ { EINA_INLIST_FOREACH(c->paragraphs, c->par) { @@ -3748,7 +3745,6 @@ _layout(const Evas_Object *obj, int calc_only, int w, int h, int *w_ret, int *h_ } } } - /* End of visual layout creation */ /* Clean the rest of the format stack */ while (c->format_stack) @@ -3769,7 +3765,6 @@ _layout(const Evas_Object *obj, int calc_only, int w, int h, int *w_ret, int *h_ if (w_ret) *w_ret = c->wmax; if (h_ret) *h_ret = c->hmax; - /* Is this really the place? */ /* Vertically align the textblock */ if ((o->valign > 0.0) && (c->h > c->hmax)) { -- 2.7.4