Evas textblock: Removed obsolete comments.

SVN revision: 58579
This commit is contained in:
Tom Hacohen 2011-04-12 07:13:07 +00:00
parent 15d09d72f8
commit eb99563451
1 changed files with 0 additions and 5 deletions

View File

@ -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))
{