changeset 3273:e0dfba770eb7

Removed outdated OS/2 support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 07:22:07 +0000
parents e8f63b28947d
children 08574b033f37
files include/SDL_config.h.in src/audio/SDL_audio.c
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_config.h.in	Sat Sep 19 07:21:22 2009 +0000
+++ b/include/SDL_config.h.in	Sat Sep 19 07:22:07 2009 +0000
@@ -181,7 +181,6 @@
 #undef SDL_AUDIO_DRIVER_BEOSAUDIO
 #undef SDL_AUDIO_DRIVER_BSD
 #undef SDL_AUDIO_DRIVER_COREAUDIO
-#undef SDL_AUDIO_DRIVER_DART
 #undef SDL_AUDIO_DRIVER_DISK
 #undef SDL_AUDIO_DRIVER_DUMMY
 #undef SDL_AUDIO_DRIVER_DMEDIA
--- a/src/audio/SDL_audio.c	Sat Sep 19 07:21:22 2009 +0000
+++ b/src/audio/SDL_audio.c	Sat Sep 19 07:22:07 2009 +0000
@@ -143,9 +143,6 @@
 #if SDL_AUDIO_DRIVER_MMEAUDIO
     &MMEAUDIO_bootstrap,
 #endif
-#if SDL_AUDIO_DRIVER_DART
-    &DART_bootstrap,
-#endif
 #if SDL_AUDIO_DRIVER_NDS
     &NDSAUD_bootstrap,
 #endif