From 2de5aaefac082cacb35aefd0907118b1fce9626f Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Wed, 2 Apr 2014 14:23:26 +0300 Subject: [PATCH] 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 9650805c6a..f5c0700b07 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;