evas: Fix warning about unused function

I kept it here for the record. It was useful, could be useful
again.
This commit is contained in:
Jean-Philippe Andre 2016-07-08 12:26:55 +09:00
parent 73c96c0136
commit 86dc7e0c87
1 changed files with 2 additions and 0 deletions

View File

@ -446,6 +446,7 @@ evas_map_inside_get(const Evas_Map *m, Evas_Coord x, Evas_Coord y)
return inside;
}
#if 0
static Eina_Bool
_evas_object_map_parent_check(Evas_Object *eo_parent)
{
@ -463,6 +464,7 @@ _evas_object_map_parent_check(Evas_Object *eo_parent)
_evas_object_map_parent_check(parent->smart.parent);
return EINA_TRUE;
}
#endif
static void
_map_map_enable_set(Eo *eo_obj, Evas_Object_Protected_Data *obj,