diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-28 21:07:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-29 09:33:44 +0100 |
commit | c50612d51619fb92393f32c6832628ffbbdcb920 (patch) | |
tree | 0f3c7976073cf1eb1dc47545647b91e4d8462097 /basic | |
parent | 42fe8b9f11da41530a6d914397b6301a72db3800 (diff) |
callcatcher: unused code
Diffstat (limited to 'basic')
-rw-r--r-- | basic/inc/basic/sbmeth.hxx | 1 | ||||
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/basic/inc/basic/sbmeth.hxx b/basic/inc/basic/sbmeth.hxx index 03de66f68d46..8268b60159ad 100644 --- a/basic/inc/basic/sbmeth.hxx +++ b/basic/inc/basic/sbmeth.hxx @@ -65,7 +65,6 @@ public: SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_BASICMETHOD,2); TYPEINFO(); virtual SbxInfo* GetInfo(); - SbxArray* GetLocals(); SbxArray* GetStatics(); void ClearStatics(); SbModule* GetModule() { return pMod; } diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index 2fd6fbf0fc7e..3c2f1f2a2116 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -2063,14 +2063,6 @@ SbMethod::~SbMethod() { } -SbxArray* SbMethod::GetLocals() -{ - if( pINST ) - return pINST->GetLocals( this ); - else - return NULL; -} - void SbMethod::ClearStatics() { refStatics = new SbxArray; |