summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-04-25 00:39:57 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-04-25 00:39:57 +0900
commitb9e8a0e123b9c950d8dc611f1a01a182078ed8d2 (patch)
treed43989f0cf27e5a80513c677a159d0486d757b72
parent7dfe2c557372bfb7b6ce775e0230d0e893325481 (diff)
downloadefl-b9e8a0e123b9c950d8dc611f1a01a182078ed8d2.tar.gz
and emove efl eo api macro.
-rw-r--r--configure.ac1
-rw-r--r--m4/efl_eo.m412
2 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index ce70d86fa7..6cd88e0c6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -409,7 +409,6 @@ esac
EFL_ATTRIBUTE_VECTOR
EFL_ATTRIBUTE_ALWAYS_INLINE
-EFL_ENABLE_EO_API_SUPPORT
EFL_LIBS="${EFL_LIBS}"
EFL_CFLAGS="${EFL_CFLAGS}"
diff --git a/m4/efl_eo.m4 b/m4/efl_eo.m4
deleted file mode 100644
index 08065ea2d6..0000000000
--- a/m4/efl_eo.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl use: EFL_ENABLE_EO_API_SUPPORT
-AC_DEFUN([EFL_ENABLE_EO_API_SUPPORT],
-[
- AC_DEFINE([EFL_EO_API_SUPPORT], [1], [Enable access to unstable EFL Eo API])
-])
-
-dnl use: EFL_DISABLE_LEGACY_API_SUPPORT
-AC_DEFUN([EFL_DISABLE_LEGACY_API_SUPPORT],
-[
- AC_DEFINE([EFL_NOLEGACY_API_SUPPORT], [1], [Disable legacy EFL API])
-])
-