summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-01-31 13:29:28 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-02-07 11:31:18 +0100
commit93bdf120d0d77b530cabb89bf94488f1c2c22782 (patch)
tree8fc0a57d50d36090eb5328c0c2c20a7df47b29d4
parent594643b39e25fafb46442064895970ba44166ddc (diff)
downloadefl-93bdf120d0d77b530cabb89bf94488f1c2c22782.tar.gz
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 <michael.blumenkrantz@gmail.com> Differential Revision: https://phab.enlightenment.org/D11287
-rw-r--r--src/bin/exactness/injector.c3
-rw-r--r--src/bin/exactness/inspect.c6
-rw-r--r--src/bin/exactness/player.c3
-rw-r--r--src/bin/exactness/recorder.c3
4 files changed, 0 insertions, 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>