Commit 351e3d48 authored by Sam Lantinga's avatar Sam Lantinga

Removed outdated OS/2 support

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403814
parent 232c7472
...@@ -181,7 +181,6 @@ ...@@ -181,7 +181,6 @@
#undef SDL_AUDIO_DRIVER_BEOSAUDIO #undef SDL_AUDIO_DRIVER_BEOSAUDIO
#undef SDL_AUDIO_DRIVER_BSD #undef SDL_AUDIO_DRIVER_BSD
#undef SDL_AUDIO_DRIVER_COREAUDIO #undef SDL_AUDIO_DRIVER_COREAUDIO
#undef SDL_AUDIO_DRIVER_DART
#undef SDL_AUDIO_DRIVER_DISK #undef SDL_AUDIO_DRIVER_DISK
#undef SDL_AUDIO_DRIVER_DUMMY #undef SDL_AUDIO_DRIVER_DUMMY
#undef SDL_AUDIO_DRIVER_DMEDIA #undef SDL_AUDIO_DRIVER_DMEDIA
......
...@@ -143,9 +143,6 @@ static const AudioBootStrap *const bootstrap[] = { ...@@ -143,9 +143,6 @@ static const AudioBootStrap *const bootstrap[] = {
#if SDL_AUDIO_DRIVER_MMEAUDIO #if SDL_AUDIO_DRIVER_MMEAUDIO
&MMEAUDIO_bootstrap, &MMEAUDIO_bootstrap,
#endif #endif
#if SDL_AUDIO_DRIVER_DART
&DART_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_NDS #if SDL_AUDIO_DRIVER_NDS
&NDSAUD_bootstrap, &NDSAUD_bootstrap,
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment