From 1f4af666e859b35bddb92d3059f9d516efc31fa2 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 18 May 2016 09:55:03 +0100 Subject: [PATCH] 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 9006e848e3..f4c2f1e347 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) {