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
This commit is contained in:
Xavi Artigas 2018-05-30 07:33:01 -04:00 committed by Mike Blumenkrantz
parent df4e54f4aa
commit 2265f2f8f6
1 changed files with 0 additions and 7 deletions

View File

@ -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