summaryrefslogtreecommitdiffstats
path: root/pyuno
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_callable.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyuno/source/module/pyuno_callable.cxx b/pyuno/source/module/pyuno_callable.cxx
index b52e8d6b517a..9320c8e84a8e 100644
--- a/pyuno/source/module/pyuno_callable.cxx
+++ b/pyuno/source/module/pyuno_callable.cxx
@@ -50,8 +50,6 @@ void PyUNO_callable_del (PyObject* self)
me = reinterpret_cast<PyUNO_callable*>(self);
delete me->members;
PyObject_Del (self);
-
- return;
}
PyObject* PyUNO_callable_call(