Mercurial > sdl-ios-xcode
diff include/SDL.h @ 3243:5db962a9a991
CD-ROM support is so passé :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Sep 2009 09:11:03 +0000 |
parents | 77d6336711fc |
children | a67a961e2171 |
line wrap: on
line diff
--- a/include/SDL.h Sat Sep 05 09:03:35 2009 +0000 +++ b/include/SDL.h Sat Sep 05 09:11:03 2009 +0000 @@ -78,7 +78,6 @@ #include "SDL_stdinc.h" #include "SDL_atomic.h" #include "SDL_audio.h" -#include "SDL_cdrom.h" #include "SDL_cpuinfo.h" #include "SDL_endian.h" #include "SDL_error.h" @@ -109,7 +108,6 @@ #define SDL_INIT_TIMER 0x00000001 #define SDL_INIT_AUDIO 0x00000010 #define SDL_INIT_VIDEO 0x00000020 -#define SDL_INIT_CDROM 0x00000100 #define SDL_INIT_JOYSTICK 0x00000200 #define SDL_INIT_HAPTIC 0x00001000 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */