aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h21
1 files changed, 0 insertions, 21 deletions
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