Stop defining EFL_BETA_API_SUPPORT in Efl_Core.h and Efl_Ui.h

Summary:
Including these headers does no longer mean that you want to use BETA API.
More and more methods in these libs will come out of BETA and they will
be usable without requiring EFL_BETA_API_SUPPORT to be defined by the app.

This concludes this patchset. Now apps can chose to define EFL_BETA_API_SUPPORT
or not, and they will have access to the requested API subset, but both options
are available.

Depends on D7951
Fixes T7692

Reviewers: zmike, bu5hm4n, cedric

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7692

Differential Revision: https://phab.enlightenment.org/D7952
This commit is contained in:
Xavi Artigas 2019-02-14 16:24:56 +01:00
parent 333330a6e5
commit c4bb24020b
2 changed files with 0 additions and 8 deletions

View File

@ -3,10 +3,6 @@
#include <Efl_Config.h>
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#include <Eina.h>
#include <Eo.h>
#include <Efl.h>

View File

@ -8,10 +8,6 @@
# define EFL_EO_API_SUPPORT
#endif
#ifndef EFL_BETA_API_SUPPORT
# define EFL_BETA_API_SUPPORT
#endif
/* Standard headers for standard system calls etc. */
#include <stdio.h>
#include <stdlib.h>