aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
authorMax Horn2003-05-29 11:15:32 +0000
committerMax Horn2003-05-29 11:15:32 +0000
commitdb43466ea20f8022825d9cab76ee9502e8e946a0 (patch)
treeb081909e8e39c1b15884f3af6ad8ad59699a0814 /common/stdafx.h
parentfbf2dff5457a4de8879a1bfb944bb85bdc0c419e (diff)
downloadscummvm-rg350-db43466ea20f8022825d9cab76ee9502e8e946a0.tar.gz
scummvm-rg350-db43466ea20f8022825d9cab76ee9502e8e946a0.tar.bz2
scummvm-rg350-db43466ea20f8022825d9cab76ee9502e8e946a0.zip
removed cruft
svn-id: r8093
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