Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 3242:af4a5af3cd2b
Bye bye SoundManager, you are officially obsolete...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Sep 2009 09:03:35 +0000 |
parents | dc1eb82ffdaa |
children | e8f63b28947d |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Sat Sep 05 07:33:54 2009 +0000 +++ b/src/audio/SDL_audio.c Sat Sep 05 09:03:35 2009 +0000 @@ -127,9 +127,6 @@ #if SDL_AUDIO_DRIVER_COREAUDIOIPHONE &COREAUDIOIPHONE_bootstrap, #endif -#if SDL_AUDIO_DRIVER_SNDMGR - &SNDMGR_bootstrap, -#endif #if SDL_AUDIO_DRIVER_MINT &MINTAUDIO_GSXB_bootstrap, &MINTAUDIO_MCSN_bootstrap,