bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=752855825ddad2d3f9df11f52280ed11b5038317
commit 752855825ddad2d3f9df11f52280ed11b5038317 Author: Marcel Hollerbach <[email protected]> Date: Wed Dec 4 10:23:23 2019 +0100 remove unsued macros Reviewed-by: Xavi Artigas <[email protected]> Differential Revision: https://phab.enlightenment.org/D10798 --- src/lib/evas/Evas_Common.h | 3 --- src/lib/evas/Evas_Eo.h | 4 ---- 2 files changed, 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 { --
