summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2016-04-21 14:54:02 -0700
committerCedric BAIL <cedric@osg.samsung.com>2016-04-21 14:54:02 -0700
commit9efefb1f2e97c884c7f7b33c90267413e743260d (patch)
treedc3cceef9a4a2e8c6071d76f1cd5e60810d34a2f /src
parent869a2243e732894eee6d5ac5ece04aaab18f421d (diff)
downloadefl-9efefb1f2e97c884c7f7b33c90267413e743260d.tar.gz
ecore: ecore_main_loop_animator_ticked_get seems to be useful only for Ecore_Evas.
Diffstat (limited to 'src')
-rw-r--r--src/lib/ecore/ecore_main.c6
-rw-r--r--src/lib/ecore/ecore_mainloop.eo5
2 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c
index 97db651e6d..6f8c5f14b6 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 b98fb1bb2e..326890c91c 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.]]