aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/gameDetector.cpp')
-rw-r--r--common/gameDetector.cpp3
1 files changed, 0 insertions, 3 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;