jackdanielz pushed a commit to branch master.

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

commit eb58e70ce966a933ea2e2ae5914da8d602d4e1f0
Author: Daniel Zaoui <daniel.za...@samsung.com>
Date:   Sun May 25 11:39:33 2014 +0300

    Eolian: remove unused structures.
    
    These structs were belonging to a feature that has been removed cause
    not considered as needed.
---
 src/lib/eolian/Eolian.h          | 12 ------------
 src/lib/eolian/eolian_database.c | 16 ----------------
 2 files changed, 28 deletions(-)

diff --git a/src/lib/eolian/Eolian.h b/src/lib/eolian/Eolian.h
index ed7c44c..b245608 100644
--- a/src/lib/eolian/Eolian.h
+++ b/src/lib/eolian/Eolian.h
@@ -68,18 +68,6 @@ typedef struct _Parameter_Desc* Eolian_Function_Parameter;
  */
 typedef struct _Implement_Desc* Eolian_Implement;
 
-/* Class implement legacy information
- *
- * @ingroup Eolian
- */
-typedef struct _Implement_Legacy_Desc* Eolian_Implement_Legacy;
-
-/* Class implement legacy parameter information
- *
- * @ingroup Eolian
- */
-typedef struct _Implement_Legacy_Param* Eolian_Implement_Legacy_Parameter;
-
 /* Event information
  *
  * @ingroup Eolian
diff --git a/src/lib/eolian/eolian_database.c b/src/lib/eolian/eolian_database.c
index 4f817e3..2be1d41 100644
--- a/src/lib/eolian/eolian_database.c
+++ b/src/lib/eolian/eolian_database.c
@@ -81,25 +81,9 @@ typedef struct
 
 typedef struct
 {
-   Eina_Stringshare *eo_param;
-   Eina_Stringshare *leg_param;
-   Eina_Stringshare *comment;
-} _Implement_Legacy_Param;
-
-typedef struct
-{
-   Eina_Stringshare *legacy_function_name;
-   Eina_List *params; /* List of Eolian_Implement_Legacy_Parameter */
-   Eina_Stringshare *ret_type;
-   Eina_Stringshare *ret_value;
-} _Implement_Legacy_Desc;
-
-typedef struct
-{
    Eina_Stringshare *class_name;
    Eina_Stringshare *func_name;
    Eolian_Function_Type type;
-   Eolian_Implement_Legacy leg_desc;
 } _Implement_Desc;
 
 typedef struct

-- 


Reply via email to