cleaning formats.

SVN revision: 75160
This commit is contained in:
Carsten Haitzler 2012-08-12 04:18:44 +00:00
parent bd1860ffcc
commit 42860b89ad
1 changed files with 3 additions and 4 deletions

View File

@ -37,7 +37,6 @@ _evas_map_calc_map_geometry(Evas_Object *obj)
Eina_Bool ch = EINA_FALSE;
if (!obj->cur.map) return;
// WARN: Do not merge below code to SLP until it is fixed.
// It has an infinite loop bug.
if (obj->prev.map)
@ -62,12 +61,12 @@ _evas_map_calc_map_geometry(Evas_Object *obj)
}
}
else
ch = 1;
ch = EINA_TRUE;
}
}
else
ch = 1;
ch = EINA_TRUE;
p = obj->cur.map->points;
p_end = p + obj->cur.map->count;
x1 = x2 = lround(p->x);