raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7d934a4a0de19f72150a177e0caaf76580999a92

commit 7d934a4a0de19f72150a177e0caaf76580999a92
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sat Mar 3 18:59:40 2018 +0900

    efl loop - remove commented out code left over from work on theads etc
---
 src/lib/ecore/efl_loop.c | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/src/lib/ecore/efl_loop.c b/src/lib/ecore/efl_loop.c
index f4dd2bf246..4ba729dbb3 100644
--- a/src/lib/ecore/efl_loop.c
+++ b/src/lib/ecore/efl_loop.c
@@ -721,29 +721,6 @@ efl_build_version_set(int vmaj, int vmin, int vmic, int 
revision,
    _app_efl_version.build_id = build_id ? strdup(build_id) : NULL;
 }
 
-/* HHH:
-EOLIAN static const Efl_Version *
-_efl_loop_app_efl_version_get(Eo *obj EINA_UNUSED, Efl_Loop_Data *pd 
EINA_UNUSED)
-{
-   return &_app_efl_version;
-}
-
-EOLIAN static const Efl_Version *
-_efl_loop_efl_version_get(Eo *obj EINA_UNUSED, Efl_Loop_Data *pd EINA_UNUSED)
-{
-   // vanilla EFL: flavor = NULL
-   static const Efl_Version version = {
-      .major = VMAJ,
-      .minor = VMIN,
-      .micro = VMIC,
-      .revision = VREV,
-      .build_id = EFL_BUILD_ID,
-      .flavor = NULL
-   };
-   return &version;
-}
-*/
-
 static void
 _env_sync(Efl_Loop_Data *pd, Efl_Task_Data *td)
 {

-- 


Reply via email to