From a2586ebb522153c1ec3ed8b1f3c8c9d7268b6edc Mon Sep 17 00:00:00 2001 From: dhewg Date: Mon, 19 Dec 2011 16:16:03 +0100 Subject: [PATCH] Get rid of ID_ALLOW_D3XP There're no second class citizens. --- framework/BuildDefines.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/framework/BuildDefines.h b/framework/BuildDefines.h index 0631460..b0f9224 100644 --- a/framework/BuildDefines.h +++ b/framework/BuildDefines.h @@ -115,11 +115,3 @@ If you have questions concerning this license or the applicable additional terms #ifndef ID_OPENAL_EAX # define ID_OPENAL_EAX 0 #endif - -#ifndef ID_ALLOW_D3XP -# if defined( MACOS_X ) -# define ID_ALLOW_D3XP 0 -# else -# define ID_ALLOW_D3XP 1 -# endif -#endif