e_comp_object_util_zone_get is useless.
Change-Id: I73a7da0a1e4172df096ba80f37534038b046d23d
return cw ? cw->ec : NULL;
}
-EINTERN E_Zone *
-e_comp_object_util_zone_get(Evas_Object *obj)
-{
- E_Zone *zone = NULL;
-
- SOFT_ENTRY(NULL);
- if (cw)
- zone = e_comp_zone_find_by_ec(cw->ec);
- if (!zone)
- {
- int x, y;
-
- evas_object_geometry_get(obj, &x, &y, NULL, NULL);
- zone = e_comp_zone_xy_get(x, y);
- }
- return zone;
-}
-
EINTERN void
e_comp_object_input_objs_del(Evas_Object *obj)
{
EINTERN Eina_Bool e_comp_object_frame_exists(Evas_Object *obj);
EINTERN Eina_Bool e_comp_object_frame_theme_set(Evas_Object *obj, const char *name);
-EINTERN E_Zone *e_comp_object_util_zone_get(Evas_Object *obj);
-
EINTERN Eina_Bool e_comp_object_damage_exists(Evas_Object *obj);
EINTERN void e_comp_object_shape_apply(Evas_Object *obj);
EINTERN void e_comp_object_redirected_set(Evas_Object *obj, Eina_Bool set);