From db43466ea20f8022825d9cab76ee9502e8e946a0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 29 May 2003 11:15:32 +0000 Subject: removed cruft svn-id: r8093 --- common/stdafx.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'common/stdafx.h') 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 -- cgit v1.2.3