ecore: ecore_main_loop_animator_ticked_get seems to be useful only for Ecore_Evas.

This commit is contained in:
Cedric BAIL 2016-04-21 14:54:02 -07:00
parent 869a2243e7
commit 9efefb1f2e
2 changed files with 0 additions and 11 deletions

View File

@ -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)
{

View File

@ -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.]]