summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-08-21 21:54:09 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-08-21 22:59:16 +0900
commitc2ead1e76ee63091bc00112e9b453b86487c2181 (patch)
tree5574d53cbbb44b2983a1ca09e01fe478aff3e065 /basic
parent683f8c2fa7050b788b06fd3fe0b4624e7b4befef (diff)
Remove unused function
Change-Id: Ifd6ba71e0ab13f9ad0e86f3e770ae1a6ace336e1
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/runtime.hxx1
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; }