From 588032e09bd46c0fd77aeeba42a1262e4853cdb8 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 31 Jan 2020 13:29:28 +0100 Subject: [PATCH] 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. 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 #include -#ifndef EFL_EO_API_SUPPORT -#define EFL_EO_API_SUPPORT -#endif #include #include #include 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 #endif -#ifndef EFL_BETA_API_SUPPORT -#define EFL_BETA_API_SUPPORT -#endif -#ifndef EFL_EO_API_SUPPORT -#define EFL_EO_API_SUPPORT -#endif #include #include #include 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 #include #include 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 #endif -#ifndef EFL_EO_API_SUPPORT -#define EFL_EO_API_SUPPORT -#endif #include #include #include