summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxvar.cxx')
-rw-r--r--basic/source/sbx/sbxvar.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx
index c0de91f74e40..f112e046ea60 100644
--- a/basic/source/sbx/sbxvar.cxx
+++ b/basic/source/sbx/sbxvar.cxx
@@ -138,10 +138,6 @@ SbxArray* SbxVariable::GetParameters() const
return mpPar;
}
-SbxObject* SbxVariable::GetParent()
-{
- return pParent;
-}
// Perhaps some day one could cut the parameter 0.
// then the copying will be dropped ...