Eo: Remove more deprecated functions.

This commit is contained in:
Tom Hacohen 2016-03-04 14:24:20 +00:00
parent b55ec7a34e
commit 0c03ba0a5d
1 changed files with 0 additions and 8 deletions

View File

@ -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()
/**
* @}
*/