From 2265f2f8f65f9c675070fda1e9550cc31d54f000 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 30 May 2018 07:33:01 -0400 Subject: [PATCH] Do not consider the Evas_Vg API as BETA anymore Summary: It has been widely used for quite some time now. Fixes T6889 Test Plan: Manually built the evas-vg-simple.c and evas-vg-batman.c examples after removing the manual define of EFL_BETA_API_SUPPORT and EFL_EO_API_SUPPORT that they have at the top. Reviewers: ajwillia.ms, zmike Reviewed By: zmike Subscribers: cedric, #committers Tags: #efl Maniphest Tasks: T6889 Differential Revision: https://phab.enlightenment.org/D6230 --- src/lib/evas/Evas_Legacy.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 53185d1922..380e21a1a8 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -3587,8 +3587,6 @@ EAPI Evas_Object *evas_object_rectangle_add(Evas *e) EINA_WARN_UNUSED_RESULT EIN * @since 1.14 */ -#ifdef EFL_BETA_API_SUPPORT - /** * Creates a new vector object on the given Evas @p e canvas. * @@ -4407,8 +4405,6 @@ EAPI void evas_vg_gradient_radial_focal_get(Eo *obj, double *x, double *y); #include "canvas/efl_canvas_vg_gradient_radial.eo.legacy.h" -#endif - /** * @} */ @@ -8062,7 +8058,6 @@ EAPI void evas_object_text_filter_program_set(Evas_Object *obj, const char *code */ EAPI void evas_object_text_filter_source_set(Evas_Object *obj, const char *name, Evas_Object *source) EINA_DEPRECATED; -#ifdef EFL_BETA_API_SUPPORT /** * Creates a new smart rectangle object on the given Evas @p e canvas. * @@ -8097,5 +8092,3 @@ EAPI Evas_Object *evas_object_event_grabber_add(Evas *e); #include "canvas/efl_canvas_animation_rotate.eo.legacy.h" #include "canvas/efl_canvas_animation_scale.eo.legacy.h" #include "canvas/efl_canvas_animation_translate.eo.legacy.h" - -#endif