From 7aa0d71bcebd303e559aca1e11c679222b722ab0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 19 Sep 2009 07:22:07 +0000 Subject: [PATCH] Removed outdated OS/2 support --- include/SDL_config.h.in | 1 - src/audio/SDL_audio.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/include/SDL_config.h.in b/include/SDL_config.h.in index 0edef0cd1..730e2ad31 100644 --- a/include/SDL_config.h.in +++ b/include/SDL_config.h.in @@ -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 diff --git a/src/audio/SDL_audio.c b/src/audio/SDL_audio.c index a0b56553e..e6148daf7 100644 --- a/src/audio/SDL_audio.c +++ b/src/audio/SDL_audio.c @@ -143,9 +143,6 @@ static const AudioBootStrap *const bootstrap[] = { #if SDL_AUDIO_DRIVER_MMEAUDIO &MMEAUDIO_bootstrap, #endif -#if SDL_AUDIO_DRIVER_DART - &DART_bootstrap, -#endif #if SDL_AUDIO_DRIVER_NDS &NDSAUD_bootstrap, #endif