evas_map: Remove unnecessary check for current map

Summary:
Remove unnecessary check for current map
         @fix

Reviewers: Hermet

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1708
This commit is contained in:
Jaehyun Cho 2014-11-28 13:24:24 +09:00 committed by ChunEon Park
parent 30623aea9e
commit 3e4a191e3e
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ evas_object_map_update(Evas_Object *eo_obj,
if (!obj->changed_map) return EINA_FALSE;
if (obj->map->cur.map && obj->map->spans && obj->map->cur.map->count != obj->map->spans->count)
if (obj->map->spans && obj->map->cur.map->count != obj->map->spans->count)
{
EINA_COW_WRITE_BEGIN(evas_object_map_cow, obj->map, Evas_Object_Map_Data, map_write)
{