jackdanielz pushed a commit to branch master.

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

commit 2de5aaefac082cacb35aefd0907118b1fce9626f
Author: Daniel Zaoui <daniel.za...@samsung.com>
Date:   Wed Apr 2 14:23:26 2014 +0300

    Eolian: remove Eo API defined in evas_private.h
    
    We don't need it more because Eolian generates it already.
---
 src/lib/evas/include/evas_private.h | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/lib/evas/include/evas_private.h 
b/src/lib/evas/include/evas_private.h
index 9650805..f5c0700 100644
--- a/src/lib/evas/include/evas_private.h
+++ b/src/lib/evas/include/evas_private.h
@@ -278,16 +278,6 @@ struct _Evas_Smart_Interfaces_Array
    const Evas_Smart_Interface **array;
 };
 
-/**
- * @def evas_obj_smart_attach
- *
- * Attach a given smart data to a given smart object.
- *
- * @param[in] s in
- *
- */
-#define evas_obj_smart_attach(s) 
EVAS_OBJ_SMART_ID(EVAS_OBJ_SMART_SUB_ID_ATTACH), EO_TYPECHECK(Evas_Smart *, s)
-
 struct _Evas_Smart
 {
    DATA32            magic;

-- 


Reply via email to