summaryrefslogtreecommitdiff
path: root/basic/source/comp/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/parser.cxx')
-rw-r--r--basic/source/comp/parser.cxx61
1 files changed, 0 insertions, 61 deletions
diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx
index 6880f704e6..c6e9b42c45 100644
--- a/basic/source/comp/parser.cxx
+++ b/basic/source/comp/parser.cxx
@@ -817,64 +817,3 @@ void SbiParser::ErrorStmnt()
aGen.Gen( _ERROR );
}
-
-// AB 22.5.1996
-// JavaScript-Parsing zunaechst provisorisch hier implementiert
-void SbiParser::OpenJavaBlock( SbiToken, SbiExprNode* )
-{
-}
-
-void SbiParser::CloseJavaBlock()
-{
-}
-
-void SbiParser::JavaStmntBlock( SbiToken )
-{
-}
-
-void SbiParser::JavaBreak()
-{
-}
-
-void SbiParser::JavaContinue()
-{
-}
-
-void SbiParser::JavaFor()
-{
-}
-
-void SbiParser::JavaFunction()
-{
-}
-
-void SbiParser::JavaIf()
-{
-}
-
-void SbiParser::JavaNew()
-{
-}
-
-void SbiParser::JavaReturn()
-{
-}
-
-void SbiParser::JavaThis()
-{
-}
-
-void SbiParser::JavaVar()
-{
-}
-
-void SbiParser::JavaWhile()
-{
-}
-
-void SbiParser::JavaWith()
-{
-}
-
-
-