elua: unexpose callback add/del events

This commit is contained in:
Daniel Kolesa 2015-03-06 14:38:12 +00:00
parent 8bb13b626f
commit 0bd2fc15e9
1 changed files with 0 additions and 2 deletions

View File

@ -107,8 +107,6 @@ ffi.cdef [[
const Eo_Class *eo_base_class_get(void);
extern const Eo_Event_Description _EO_BASE_EVENT_CALLBACK_ADD;
extern const Eo_Event_Description _EO_BASE_EVENT_CALLBACK_DEL;
extern const Eo_Event_Description _EO_BASE_EVENT_DEL;
]]