it's a dead assignment removal party and everybody's invited!

SVN revision: 64898
This commit is contained in:
Mike Blumenkrantz 2011-11-07 23:06:59 +00:00
parent 0fb45b0a22
commit d7dac60928
1 changed files with 0 additions and 3 deletions

View File

@ -159,14 +159,11 @@ _e_smart_reconfigure_do(void *data)
evas = evas_object_evas_get(obj);
EINA_LIST_FOREACH(sd->items, l, it)
{
xx = sd->x - sd->cx + x;
if (x > (sd->w - ww))
{
x = 0;
y += hh;
xx = sd->x - sd->cx + x;
}
yy = sd->y - sd->cy + y;
it->x = x;
it->y = y;
it->w = ww;