tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1f4af666e859b35bddb92d3059f9d516efc31fa2
commit 1f4af666e859b35bddb92d3059f9d516efc31fa2 Author: Tom Hacohen <t...@stosb.com> Date: Wed May 18 09:55:03 2016 +0100 Eo cxx: remove leftover usage of eo_del(). --- src/bindings/eo_cxx/eo_ops.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bindings/eo_cxx/eo_ops.hh b/src/bindings/eo_cxx/eo_ops.hh index 9006e84..f4c2f1e 100644 --- a/src/bindings/eo_cxx/eo_ops.hh +++ b/src/bindings/eo_cxx/eo_ops.hh @@ -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) { --