diff options
Diffstat (limited to 'src/lib/eo/eo_private.h')
-rw-r--r-- | src/lib/eo/eo_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/eo/eo_private.h b/src/lib/eo/eo_private.h index 658c79f7fe..84974da7d5 100644 --- a/src/lib/eo/eo_private.h +++ b/src/lib/eo/eo_private.h | |||
@@ -214,7 +214,6 @@ Eo *_eo_header_id_get(const Eo_Header *header) | |||
214 | 214 | ||
215 | /* Retrieves the pointer to the object from the id */ | 215 | /* Retrieves the pointer to the object from the id */ |
216 | _Eo_Object *_eo_obj_pointer_get(const Eo_Id obj_id, const char *func_name, const char *file, int line); | 216 | _Eo_Object *_eo_obj_pointer_get(const Eo_Id obj_id, const char *func_name, const char *file, int line); |
217 | void _eo_obj_pointer_done(const Eo_Id obj_id); | ||
218 | 217 | ||
219 | static inline | 218 | static inline |
220 | Efl_Class *_eo_class_id_get(const _Efl_Class *klass) | 219 | Efl_Class *_eo_class_id_get(const _Efl_Class *klass) |