summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-12-04 10:23:23 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-12-04 15:28:03 +0100
commit09272d9aeb7f84ae0ec719ca7e0068263ec09df3 (patch)
tree62b790e61f7500998b2d339d10af390825b2d6ce
parentfc53f55eb782320a4a6432405f0a691f9aefd4af (diff)
downloadefl-09272d9aeb7f84ae0ec719ca7e0068263ec09df3.tar.gz
remove unsued macros
Differential Revision: https://phab.enlightenment.org/D10798
-rw-r--r--src/lib/evas/Evas_Common.h3
-rw-r--r--src/lib/evas/Evas_Eo.h4
2 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h
index 23a481bf80..32cf83b60d 100644
--- a/src/lib/evas/Evas_Common.h
+++ b/src/lib/evas/Evas_Common.h
@@ -3483,10 +3483,7 @@ typedef Eo Efl_Animation_Group_Sequential;
#endif
#define EFL_ANIMATION_GROUP_DURATION_NONE -1
-#define EFL_ANIMATION_PLAYER_GROUP_DURATION_NONE -1
-
#define EFL_ANIMATION_REPEAT_INFINITE -1
-#define EFL_ANIMATION_PLAYER_REPEAT_INFINITE -1
// The below type are necessary for legacy API and need to be manually kept in sync with .eo file.
#ifndef _EFL_INPUT_DEVICE_EO_CLASS_TYPE
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h
index 56971d0a14..58a1f01b6c 100644
--- a/src/lib/evas/Evas_Eo.h
+++ b/src/lib/evas/Evas_Eo.h
@@ -123,11 +123,7 @@ typedef Eo Efl_Canvas_Animation_Group_Sequential;
#endif
#define EFL_ANIMATION_GROUP_DURATION_NONE -1
-#define EFL_ANIMATION_PLAYER_GROUP_DURATION_NONE -1
-
#define EFL_ANIMATION_REPEAT_INFINITE -1
-#define EFL_ANIMATION_PLAYER_REPEAT_INFINITE -1
-
struct _Efl_Canvas_Animation_Player_Event_Running
{