[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.100,1.101 stdafx.h,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Thu May 29 04:24:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv14849/common

Modified Files:
	gameDetector.cpp stdafx.h 
Log Message:
removed cruft

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- gameDetector.cpp	26 May 2003 12:59:15 -0000	1.100
+++ gameDetector.cpp	29 May 2003 11:15:32 -0000	1.101
@@ -431,9 +431,6 @@
 				CHECK_OPTION();
 				printf("ScummVM " SCUMMVM_VERSION "\nBuilt on " __DATE__ " "
 							 __TIME__ "\n");
-#ifdef SCUMMVM_PLATFORM_VERSION
-				printf("    " SCUMMVM_PLATFORM_VERSION "\n");
-#endif
 				exit(1);
 			case 'w':
 				_saveconfig = true;

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stdafx.h	6 Mar 2003 21:45:28 -0000	1.4
+++ stdafx.h	29 May 2003 11:15:32 -0000	1.5
@@ -113,25 +113,4 @@
 
 #endif
 
-
-/* Semi-Platform-specific version info */
-#ifdef ALLOW_X11
-/* Assume pure X11 is used, then... */
-#define SCUMMVM_PLATFORM_VERSION  "X11 version"
-
-#else
-
-#ifdef MACOS_CARBON
-#define SCUMMVM_PLATFORM_VERSION "Macintosh version"
-#else
-
-#ifdef SDL_COMPILEDVERSION
-#define SCUMMVM_PLATFORM_VERSION  "SDL version"
-//SDL_COMPILEDVERSION is a number... :(
-//SDL_Linked_Version returns an SDL_Version structure...
-
-#endif
-#endif
-#endif
-
 #endif





More information about the Scummvm-git-logs mailing list