Get rid of ID_ALLOW_D3XP

There're no second class citizens.
This commit is contained in:
dhewg 2011-12-19 16:16:03 +01:00 committed by Daniel Gibson
parent e8965eb6fb
commit a2586ebb52

View file

@ -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