stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=93bdf120d0d77b530cabb89bf94488f1c2c22782
commit 93bdf120d0d77b530cabb89bf94488f1c2c22782 Author: Stefan Schmidt <[email protected]> Date: Fri Jan 31 13:29:28 2020 +0100 exactness: remove no longer needed EO and BETA API defines This has been in place during development and not updated for recent changes and merge into efl master. Reviewed-by: Mike Blumenkrantz <[email protected]> Differential Revision: https://phab.enlightenment.org/D11287 --- src/bin/exactness/injector.c | 3 --- src/bin/exactness/inspect.c | 6 ------ src/bin/exactness/player.c | 3 --- src/bin/exactness/recorder.c | 3 --- 4 files changed, 15 deletions(-) diff --git a/src/bin/exactness/injector.c b/src/bin/exactness/injector.c index 95e71a6927..8840ea1028 100644 --- a/src/bin/exactness/injector.c +++ b/src/bin/exactness/injector.c @@ -7,9 +7,6 @@ #include <getopt.h> #include <unistd.h> -#ifndef EFL_EO_API_SUPPORT -#define EFL_EO_API_SUPPORT -#endif #include <Eina.h> #include <Eet.h> #include <Ecore.h> diff --git a/src/bin/exactness/inspect.c b/src/bin/exactness/inspect.c index 54f6627f22..47a74f5bd2 100644 --- a/src/bin/exactness/inspect.c +++ b/src/bin/exactness/inspect.c @@ -2,12 +2,6 @@ # include <config.h> #endif -#ifndef EFL_BETA_API_SUPPORT -#define EFL_BETA_API_SUPPORT -#endif -#ifndef EFL_EO_API_SUPPORT -#define EFL_EO_API_SUPPORT -#endif #include <Ecore.h> #include <Ecore_Getopt.h> #include <Ecore_Evas.h> diff --git a/src/bin/exactness/player.c b/src/bin/exactness/player.c index a2700f4653..24b2d5910c 100644 --- a/src/bin/exactness/player.c +++ b/src/bin/exactness/player.c @@ -21,9 +21,6 @@ # endif #endif -#ifndef EFL_EO_API_SUPPORT -#define EFL_EO_API_SUPPORT -#endif #include <Eina.h> #include <Eo.h> #include <Evas.h> diff --git a/src/bin/exactness/recorder.c b/src/bin/exactness/recorder.c index 11a2087d08..7386c79584 100644 --- a/src/bin/exactness/recorder.c +++ b/src/bin/exactness/recorder.c @@ -12,9 +12,6 @@ # include <sys/sysinfo.h> #endif -#ifndef EFL_EO_API_SUPPORT -#define EFL_EO_API_SUPPORT -#endif #include <Eina.h> #include <Eo.h> #include <Evas.h> --
