83281# Removed old debug code

This commit is contained in:
Andreas Bregas 2001-05-17 08:17:50 +00:00
parent 388a712510
commit 04ce68f40f

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sb.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
* last change: $Author: ab $ $Date: 2001-05-17 09:17:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -300,17 +300,6 @@ StarBASIC::StarBASIC( StarBASIC* p )
bNoRtl = bBreak = FALSE;
pModules = new SbxArray;
#ifdef DBG_UTIL
Config LangConfig( String( RTL_CONSTASCII_USTRINGPARAM("d:\\LANGUAGE.INI") ) );
LangConfig.SetGroup( "main" );
ByteString aStr = LangConfig.ReadKey( "language","basic" );
if( aStr == "vbscript" )
SetGlobalLanguageMode( SB_LANG_VBSCRIPT );
else
if( aStr == "javascript" )
SetGlobalLanguageMode( SB_LANG_JAVASCRIPT );
#endif
if( !GetSbData()->nInst++ )
{
pSBFAC = new SbiFactory;