Clean unneeded check

SVN revision: 52404
This commit is contained in:
Lucas De Marchi 2010-09-18 06:30:59 +00:00
parent 6f1e1a950e
commit e478d25f34
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ _evas_event_havemap_adjust(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y)
if (!obj->havemap_parent) return;
pmap = obj->smart.parent;
if (!pmap) return;
while (pmap)
{
if ((pmap->cur.map) && (pmap->cur.map->count == 4) && (pmap->cur.usemap))