lines never used.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Jan 2011 06:20:26 +0000 (06:20 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Jan 2011 06:20:26 +0000 (06:20 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@56176 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textblock.c

index b726186..83551d4 100644 (file)
@@ -2961,11 +2961,8 @@ _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;
    if ((o->style_pad.l != style_pad_l) || (o->style_pad.r != style_pad_r) ||
-         (o->style_pad.t != style_pad_t) || (o->style_pad.b != style_pad_b))
+       (o->style_pad.t != style_pad_t) || (o->style_pad.b != style_pad_b))
      {
-        Evas_Object_Textblock_Line *lines;
-
-        lines = c->par->lines;
         c->par->lines = NULL;
         o->style_pad.l = style_pad_l;
         o->style_pad.r = style_pad_r;