os2.c
changeset 2180 efe39e3d3fb4
parent 2177 73d67828ea5e
child 2186 461a2aff3486
--- a/os2.c	Sat Jul 23 17:45:42 2005 +0000
+++ b/os2.c	Sat Jul 23 18:46:17 2005 +0000
@@ -620,22 +620,6 @@
 	mkdir(_path.scenario_dir);
 }
 
-// FUNCTION: OS2_SwitchToConsoleMode
-//
-// Switches OpenTTD to a console app at run-time, instead of a PM app
-// Necessary to see stdout, etc
-
-void OS2_SwitchToConsoleMode(void)
-{
-	PPIB pib;
-	PTIB tib;
-
-	DosGetInfoBlocks(&tib, &pib);
-
-	// Change flag from PM to VIO
-	pib->pib_ultype = 3;
-}
-
 /**
  * Insert a chunk of text from the clipboard onto the textbuffer. Get TEXT clipboard
  * and append this up to the maximum length (either absolute or screenlength). If maxlength