summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_core_animator.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/interfaces/efl_core_animator.eo')
-rw-r--r--src/lib/efl/interfaces/efl_core_animator.eo13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/efl/interfaces/efl_core_animator.eo b/src/lib/efl/interfaces/efl_core_animator.eo
deleted file mode 100644
index f652ec8a4f..0000000000
--- a/src/lib/efl/interfaces/efl_core_animator.eo
+++ /dev/null
@@ -1,13 +0,0 @@
-import eina_types;
-
-struct Efl.Core.Event.Animator_Tick {
- update_area: Eina.Rectangle; [[Area of the canvas that will be pushed to screen.]]
-}
-
-interface Efl.Core.Animator {
- legacy_prefix: null;
- eo_prefix: efl_animator;
- events {
- animator,tick: Efl.Core.Event.Animator_Tick; [[Animator tick synchronized with screen vsync if possible.]]
- }
-}