[Scummvm-cvs-logs] SF.net SVN: scummvm:[53769] scummvm/trunk/base/commandLine.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Oct 24 21:07:47 CEST 2010


Revision: 53769
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53769&view=rev
Author:   lordhoto
Date:     2010-10-24 19:07:46 +0000 (Sun, 24 Oct 2010)

Log Message:
-----------
SDL/WIN32: Disable currently unused config entries, added with r53767.

This code should be enabled, when we decide to enable m_kiewitz' code to
disable the console window. Also we should add the command to the --help
output etc.

Modified Paths:
--------------
    scummvm/trunk/base/commandLine.cpp

Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp	2010-10-24 19:04:35 UTC (rev 53768)
+++ scummvm/trunk/base/commandLine.cpp	2010-10-24 19:07:46 UTC (rev 53769)
@@ -220,10 +220,13 @@
 	ConfMan.registerDefault("record_temp_file_name", "record.tmp");
 	ConfMan.registerDefault("record_time_file_name", "record.time");
 
+#if 0
+	// NEW CODE TO HIDE CONSOLE FOR WIN32
 #ifdef WIN32
 	// console hiding for win32
 	ConfMan.registerDefault("show_console", false);
 #endif
+#endif
 }
 
 //
@@ -551,11 +554,14 @@
 			END_OPTION
 #endif
 
+#if 0
+	// NEW CODE TO HIDE CONSOLE FOR WIN32
 #ifdef WIN32
 			// console hiding for win32
 			DO_LONG_OPTION_BOOL("show-console")
 			END_OPTION
 #endif
+#endif
 
 unknownOption:
 			// If we get till here, the option is unhandled and hence unknown.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list