diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-30 09:08:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-30 09:09:27 +0100 |
commit | acc5c0734cf1d403c2ae9e70010e216563718e25 (patch) | |
tree | b8bf66a45dbcd00d56fc425a38fb37468be6cd36 /basic/source/inc | |
parent | 11cc59815a3eb72fe1d2a50ad4e27d8716cc5642 (diff) |
callcatcher: remove newly unused code
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/runtime.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index b81e88b2db64..b23a0b1b1612 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -210,7 +210,6 @@ public: SbMethod* GetCaller( sal_uInt16 ); SbModule* GetActiveModule(); - SbxArray* GetLocals( SbMethod* ); SbiIoSystem* GetIoSystem() { return pIosys; } SbiDdeControl* GetDdeControl() { return pDdeCtrl; } |