evas: remove unused function, no need for untested code.

This commit is contained in:
Cedric BAIL 2015-04-03 16:37:59 +02:00
parent 0eeb19d688
commit 2613d17844
2 changed files with 0 additions and 19 deletions

View File

@ -71,17 +71,6 @@ abstract Efl.VG.Base (Eo.Base, Efl.Gfx.Base, Efl.Gfx.Stack)
@out Eina_Rectangle r; /*@ bounding box to be returned */
}
}
original_bound_get {
/*@
Give the bounding box in screen coordinate as defined in
the file or at the insertion of the object (before any scaling).
@since 1.14
*/
return: bool @warn_unused;
params {
@out Eina_Rectangle r; /*@ original bounding box to be returned */
}
}
}
implements {
Eo.Base.parent.set;

View File

@ -518,14 +518,6 @@ _efl_vg_base_efl_gfx_stack_above_get(Eo *obj, Efl_VG_Base_Data *pd EINA_UNUSED)
return above;
}
static Eina_Bool
_efl_vg_base_original_bound_get(Eo *obj,
Efl_VG_Base_Data *pd,
Eina_Rectangle *r)
{
return EINA_FALSE;
}
EAPI Eina_Bool
evas_vg_node_visible_get(Eo *obj)
{