summaryrefslogtreecommitdiff
path: root/pyuno/inc/pyuno/pyuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/inc/pyuno/pyuno.hxx')
-rw-r--r--pyuno/inc/pyuno/pyuno.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx
index 66ad8e69fc91..ae8f16eed2b8 100644
--- a/pyuno/inc/pyuno/pyuno.hxx
+++ b/pyuno/inc/pyuno/pyuno.hxx
@@ -133,14 +133,6 @@ public:
m = 0;
}
- /** clears the reference decreasing the refcount of the holded object.
- */
- void clear()
- {
- Py_XDECREF( m );
- m = 0;
- }
-
/** returns 1 when the reference points to a python object python object,
otherwise 0.
*/