diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-02-21 21:50:35 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-02-21 22:04:30 +0100 |
commit | af7d1ef7eda642d751a30b47fb3b2547a2c181cf (patch) | |
tree | b4f289db527bd0d02fd0d0c2b0a59147a102f3ff /src/lib/efl/Efl.h | |
parent | 442873a7b80761f195f9cf280637d09aead4d589 (diff) |
interfaces: move animator,tick to efl.canvas.object and remove efl.animator
Summary:
this interface only contains a single event which is implemented only by the
canvas object
ref T7561
Reviewers: cedric, segfaultxavi
Reviewed By: segfaultxavi
Subscribers: #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7561
Differential Revision: https://phab.enlightenment.org/D7905
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 35772f8854..46fd921d3d 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -117,7 +117,6 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
117 | #define EFL_ORIENT_270 EFL_ORIENT_LEFT | 117 | #define EFL_ORIENT_270 EFL_ORIENT_LEFT |
118 | 118 | ||
119 | /* Core interface */ | 119 | /* Core interface */ |
120 | #include "interfaces/efl_animator.eo.h" | ||
121 | #include "interfaces/efl_interpolator.eo.h" | 120 | #include "interfaces/efl_interpolator.eo.h" |
122 | 121 | ||
123 | /* Graphics */ | 122 | /* Graphics */ |