1.1 --- a/include/SDL_platform.h Tue Aug 23 16:47:22 2011 -0400
1.2 +++ b/include/SDL_platform.h Thu Aug 25 03:11:28 2011 -0400
1.3 @@ -74,15 +74,6 @@
1.4 /* lets us know what version of Mac OS X we're compiling on */
1.5 #include "AvailabilityMacros.h"
1.6 #include "TargetConditionals.h"
1.7 -#ifndef MAC_OS_X_VERSION_10_4
1.8 -#define MAC_OS_X_VERSION_10_4 1040
1.9 -#endif
1.10 -#ifndef MAC_OS_X_VERSION_10_5
1.11 -#define MAC_OS_X_VERSION_10_5 1050
1.12 -#endif
1.13 -#ifndef MAC_OS_X_VERSION_10_6
1.14 -#define MAC_OS_X_VERSION_10_6 1060
1.15 -#endif
1.16 #if TARGET_OS_IPHONE
1.17 /* if compiling for iPhone */
1.18 #undef __IPHONEOS__