Evas textblock: Removed obsolete comments.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 12 Apr 2011 07:13:07 +0000 (07:13 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 12 Apr 2011 07:13:07 +0000 (07:13 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@58579 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textblock.c

index 4ab64c0..ef54db1 100644 (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))
      {