cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9efefb1f2e97c884c7f7b33c90267413e743260d

commit 9efefb1f2e97c884c7f7b33c90267413e743260d
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Apr 21 14:54:02 2016 -0700

    ecore: ecore_main_loop_animator_ticked_get seems to be useful only for 
Ecore_Evas.
---
 src/lib/ecore/ecore_main.c      | 6 ------
 src/lib/ecore/ecore_mainloop.eo | 5 -----
 2 files changed, 11 deletions(-)

diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c
index 97db651..6f8c5f1 100644
--- a/src/lib/ecore/ecore_main.c
+++ b/src/lib/ecore/ecore_main.c
@@ -2748,12 +2748,6 @@ _ecore_mainloop_quit(Eo *obj EINA_UNUSED, 
Ecore_Mainloop_Data *pd EINA_UNUSED)
    ecore_main_loop_quit();
 }
 
-EOLIAN static Eina_Bool
-_ecore_mainloop_animator_ticked(Eo *obj EINA_UNUSED, Ecore_Mainloop_Data *pd 
EINA_UNUSED)
-{
-   return ecore_main_loop_animator_ticked_get();
-}
-
 static Eina_Bool
 _check_event_catcher_add(void *data, const Eo_Event *event)
 {
diff --git a/src/lib/ecore/ecore_mainloop.eo b/src/lib/ecore/ecore_mainloop.eo
index b98fb1b..326890c 100644
--- a/src/lib/ecore/ecore_mainloop.eo
+++ b/src/lib/ecore/ecore_mainloop.eo
@@ -30,11 +30,6 @@ class Ecore_Mainloop (Eo.Base)
          [[Quits the main loop once all the events currently on the queue have
          been processed.]]
       }
-      animator_ticked {
-         [[Returns if an animator has ticked off during this loop iteration.]]
-         /* FIXME: Should it be a prooperty? */
-         return: bool;
-      }
    }
    events {
       idle,enter @restart; [[Event occurs once the main loop enters the idle 
state.]]

-- 


Reply via email to