evas: remove unused function, no need for untested code.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:37:59 +0000 (16:37 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:37:59 +0000 (16:37 +0200)
src/lib/evas/canvas/efl_vg_base.eo
src/lib/evas/canvas/evas_vg_node.c

index 2b8d9e7..e522b5d 100644 (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;
index 2b274e5..c2b791f 100644 (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)
 {