Eolian: remove Eo API defined in evas_private.h

We don't need it more because Eolian generates it already.
This commit is contained in:
Daniel Zaoui 2014-04-02 14:23:26 +03:00
parent 0eb092d157
commit 2de5aaefac
1 changed files with 0 additions and 10 deletions

View File

@ -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;