Browse Source

- removed accidently commited writeln

git-svn-id: trunk@7273 -
florian 18 years ago
parent
commit
b3b099f63c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ide/fp.pas

+ 0 - 1
ide/fp.pas

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