diff src/cdrom/macosx/CDPlayer.h @ 4369:f14cf9d71233 SDL-1.2 release-1.2.14

Better fix for bug #861
author Sam Lantinga <slouken@libsdl.org>
date Tue, 20 Oct 2009 03:47:29 +0000
parents 7e5486073044
children
line wrap: on
line diff
--- a/src/cdrom/macosx/CDPlayer.h	Tue Oct 20 03:45:06 2009 +0000
+++ b/src/cdrom/macosx/CDPlayer.h	Tue Oct 20 03:47:29 2009 +0000
@@ -34,10 +34,6 @@
 #include "SDL_thread.h"
 #include "SDL_mutex.h"
 
-#if __MAC_OS_X_VERSION_MIN_REQUIRED < 1050
-typedef SInt16 FSIORefNum;
-#endif
-
 #ifdef __cplusplus
 extern "C" {
 #endif