Eo cxx: remove leftover usage of eo_del().

This commit is contained in:
Tom Hacohen 2016-05-18 09:55:03 +01:00
parent 9dea21d126
commit 1f4af666e8
1 changed files with 0 additions and 6 deletions

View File

@ -45,12 +45,6 @@ ref_get(const Eo *obj)
return ::eo_ref_get(obj);
}
inline void
del(Eo *obj)
{
::eo_del(obj);
}
inline Eina_Bool
isa(const Eo *obj, const Eo_Class *klass)
{