diff options
author | Max Horn | 2003-05-29 11:15:32 +0000 |
---|---|---|
committer | Max Horn | 2003-05-29 11:15:32 +0000 |
commit | db43466ea20f8022825d9cab76ee9502e8e946a0 (patch) | |
tree | b081909e8e39c1b15884f3af6ad8ad59699a0814 | |
parent | fbf2dff5457a4de8879a1bfb944bb85bdc0c419e (diff) | |
download | scummvm-rg350-db43466ea20f8022825d9cab76ee9502e8e946a0.tar.gz scummvm-rg350-db43466ea20f8022825d9cab76ee9502e8e946a0.tar.bz2 scummvm-rg350-db43466ea20f8022825d9cab76ee9502e8e946a0.zip |
removed cruft
svn-id: r8093
-rw-r--r-- | common/gameDetector.cpp | 3 | ||||
-rw-r--r-- | common/stdafx.h | 21 |
2 files changed, 0 insertions, 24 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index e2ef0aadf6..21be9a06ed 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -431,9 +431,6 @@ void GameDetector::parseCommandLine(int argc, char **argv) { 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; diff --git a/common/stdafx.h b/common/stdafx.h index 41931d3bf9..a5a82e70ad 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -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 |