diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-11-14 12:54:31 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-11-20 10:03:50 +0100 |
commit | aef56b169e2588ee450e13b5f163c19bd65a330f (patch) | |
tree | efcf0f3ced169b396b3a0554129ae79546f66198 /src/lib/evas/Evas_Eo.h | |
parent | 80e58dd79ad98267d2069a62661e6ae4db6bf11f (diff) |
remove efl_canvas_animation_player
this now all migrated to Efl.Canvas.Object.Animation
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10667
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 13ecde563a..5f8d0b45bc 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -232,7 +232,6 @@ struct _Efl_Canvas_Object_Animation_Event | |||
232 | #include "canvas/efl_canvas_animation_group.eo.h" | 232 | #include "canvas/efl_canvas_animation_group.eo.h" |
233 | #include "canvas/efl_canvas_animation_group_parallel.eo.h" | 233 | #include "canvas/efl_canvas_animation_group_parallel.eo.h" |
234 | #include "canvas/efl_canvas_animation_group_sequential.eo.h" | 234 | #include "canvas/efl_canvas_animation_group_sequential.eo.h" |
235 | #include "canvas/efl_canvas_animation_player.eo.h" | ||
236 | #include "canvas/efl_canvas_event_grabber.eo.h" | 235 | #include "canvas/efl_canvas_event_grabber.eo.h" |
237 | 236 | ||
238 | /** | 237 | /** |