From: Tom Hacohen Date: Fri, 4 Mar 2016 14:24:20 +0000 (+0000) Subject: Eo: Remove more deprecated functions. X-Git-Tag: upstream/1.20.0~7299 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c03ba0a5df38ddfc92a877c47e44f449b912939;p=platform%2Fupstream%2Fefl.git Eo: Remove more deprecated functions. --- diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 57d1c12..de129fc 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -999,14 +999,6 @@ EAPI const Eo_Event_Description *eo_base_legacy_only_event_description_get(const * @} */ -/* XXX: Deprecated, here for compat, DO NOT USE */ -EINA_DEPRECATED static inline const Eo_Event_Description* _EO_EV_CALLBACK_ADD(void) { return EO_BASE_EVENT_CALLBACK_ADD; } -EINA_DEPRECATED static inline const Eo_Event_Description* _EO_EV_CALLBACK_DEL(void) { return EO_BASE_EVENT_CALLBACK_DEL; } -EINA_DEPRECATED static inline const Eo_Event_Description* _EO_EV_DEL(void) { return EO_BASE_EVENT_DEL; } -#define EO_EV_CALLBACK_ADD _EO_EV_CALLBACK_ADD() -#define EO_EV_CALLBACK_DEL _EO_EV_CALLBACK_DEL() -#define EO_EV_DEL _EO_EV_DEL() - /** * @} */