From 64faafe53c3e23e793eb60c507d14be4929bae5b Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 14 Feb 2019 17:09:23 +0100 Subject: [PATCH] Mark EFL_MAIN and EFL_MAIN_EX macros as stable They no longer require EFL_BETA_API_SUPPORT to be defined. --- src/lib/ecore/Ecore_Common.h | 3 --- src/lib/ecore/efl_general.h | 4 ---- 2 files changed, 7 deletions(-) diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 960e06a..be836ee 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -91,8 +91,6 @@ EAPI unsigned int ecore_init_ex(int argc, char **argv); */ EAPI unsigned int ecore_shutdown_ex(void); - -#ifdef EFL_BETA_API_SUPPORT /** * @brief Inform EFL of the version this application was built for. * @@ -101,7 +99,6 @@ EAPI unsigned int ecore_shutdown_ex(void); * @since 1.18 (as beta) */ EWAPI void efl_build_version_set(int vmaj, int vmin, int vmic, int revision, const char *flavor, const char *build_id); -#endif /** * @} diff --git a/src/lib/ecore/efl_general.h b/src/lib/ecore/efl_general.h index 222c799..70d594d 100644 --- a/src/lib/ecore/efl_general.h +++ b/src/lib/ecore/efl_general.h @@ -31,8 +31,6 @@ # define __EFL_NET(...) #endif -#ifdef EFL_BETA_API_SUPPORT - // This file is designed to be included again and again // so cleanup last inclusion before generating this one. #undef _EFL_VERSION_MICRO @@ -127,5 +125,3 @@ ecore_shutdown(); \ return real__; \ } - -#endif /* EFL_BETA_API_SUPPORT */ -- 2.7.4