- removed accidently commited writeln

git-svn-id: trunk@7273 -
This commit is contained in:
florian 2007-05-05 15:09:59 +00:00
parent 0e429065e8
commit b3b099f63c

View File

@ -530,7 +530,6 @@ BEGIN
Keyboard.RestoreStartMode;
{$endif defined(unix)}
{$if defined(windows)}
writeln(hexstr(StartupConsoleMode,8));
SetConsoleMode(GetStdHandle(cardinal(Std_Input_Handle)),StartupConsoleMode);
{$endif defined(windows)}
StreamError:=nil;