summaryrefslogtreecommitdiff
path: root/basic/source/runtime/runtime.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-30 11:49:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-30 12:39:35 +0100
commitebbfc7ea4aea33f79edbb6c989d598f5cbda3854 (patch)
tree01f70038f62f299ad338e1018b17701c789496eb /basic/source/runtime/runtime.cxx
parentc5047ca9fac4ea1d16a977608402622d2b3bfdde (diff)
callcatcher: newly unused methods
Diffstat (limited to 'basic/source/runtime/runtime.cxx')
-rw-r--r--basic/source/runtime/runtime.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index f778fbb92b26..b45f1981ecdf 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -914,11 +914,6 @@ SbMethod* SbiRuntime::GetCaller()
return pMeth;
}
-SbxArray* SbiRuntime::GetLocals()
-{
- return refLocals;
-}
-
SbxArray* SbiRuntime::GetParams()
{
return refParams;