diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-30 11:49:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-30 12:39:35 +0100 |
commit | ebbfc7ea4aea33f79edbb6c989d598f5cbda3854 (patch) | |
tree | 01f70038f62f299ad338e1018b17701c789496eb /basic/source/runtime/runtime.cxx | |
parent | c5047ca9fac4ea1d16a977608402622d2b3bfdde (diff) |
callcatcher: newly unused methods
Diffstat (limited to 'basic/source/runtime/runtime.cxx')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 5 |
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; |