diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-08-21 21:54:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-08-21 22:59:16 +0900 |
commit | c2ead1e76ee63091bc00112e9b453b86487c2181 (patch) | |
tree | 5574d53cbbb44b2983a1ca09e01fe478aff3e065 /basic/source | |
parent | 683f8c2fa7050b788b06fd3fe0b4624e7b4befef (diff) |
Remove unused function
Change-Id: Ifd6ba71e0ab13f9ad0e86f3e770ae1a6ace336e1
Diffstat (limited to 'basic/source')
-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 dd6fa5205e75..7dbb9104d697 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -402,7 +402,6 @@ public: void DumpPCode(); sal_Bool Step(); // single step (one opcode) void Stop() { bRun = sal_False; } - sal_Bool IsRun() { return bRun; } void block( void ) { bBlocked = sal_True; } void unblock( void ) { bBlocked = sal_False; } SbMethod* GetMethod() { return pMeth; } |