cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=869a2243e732894eee6d5ac5ece04aaab18f421d

commit 869a2243e732894eee6d5ac5ece04aaab18f421d
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Apr 21 14:50:19 2016 -0700

    ecore: ecore_main_loop_select_func_set is definitively an internal function.
---
 src/lib/ecore/ecore_main.c      | 12 ------------
 src/lib/ecore/ecore_mainloop.eo | 13 -------------
 2 files changed, 25 deletions(-)

diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c
index 09f7685..97db651 100644
--- a/src/lib/ecore/ecore_main.c
+++ b/src/lib/ecore/ecore_main.c
@@ -2726,18 +2726,6 @@ EAPI Eo *ecore_main_loop_get(void)
 }
 
 EOLIAN static void
-_ecore_mainloop_select_func_set(Eo *obj EINA_UNUSED, Ecore_Mainloop_Data *pd 
EINA_UNUSED, Ecore_Select_Function select_func)
-{
-   ecore_main_loop_select_func_set(select_func);
-}
-
-EOLIAN static Ecore_Select_Function
-_ecore_mainloop_select_func_get(Eo *obj EINA_UNUSED, Ecore_Mainloop_Data *pd 
EINA_UNUSED)
-{
-   return ecore_main_loop_select_func_get();
-}
-
-EOLIAN static void
 _ecore_mainloop_iterate(Eo *obj EINA_UNUSED, Ecore_Mainloop_Data *pd 
EINA_UNUSED)
 {
    ecore_main_loop_iterate();
diff --git a/src/lib/ecore/ecore_mainloop.eo b/src/lib/ecore/ecore_mainloop.eo
index 1b04de1..b98fb1b 100644
--- a/src/lib/ecore/ecore_mainloop.eo
+++ b/src/lib/ecore/ecore_mainloop.eo
@@ -1,5 +1,3 @@
-type @extern Ecore_Select_Function: __undefined_type;
-
 class Ecore_Mainloop (Eo.Base)
 {
    [[The Ecore Main Loop
@@ -13,17 +11,6 @@ class Ecore_Mainloop (Eo.Base)
    ]]
    legacy_prefix: null;
    methods {
-      @property select_func {
-         [[Function to use when monitoring multiple file descriptors.]]
-         set {
-         }
-         get {
-         }
-         values {
-            select_func: Ecore_Select_Function;
-            [[This function will be used instead of the system call select.]]
-         }
-      }
       iterate {
          [[Runs a single iteration of the main loop to process everything on 
the
          queue.]]

-- 


Reply via email to