Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 3806:1485d42cf1a0 SDL-ryan-multiple-audio-device
Removed some FIXMEs that'll probably never actually need fixing.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 04 Oct 2006 22:42:26 +0000 |
parents | b12b7ec0dfcc |
children | de857f0708f5 |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Wed Oct 04 22:23:57 2006 +0000 +++ b/src/audio/SDL_audio.c Wed Oct 04 22:42:26 2006 +0000 @@ -31,8 +31,6 @@ #define _THIS SDL_AudioDevice *this static SDL_AudioDriver current_audio; - -/* !!! FIXME: don't use a static array, but it's Good Enough For Now... */ static SDL_AudioDevice *open_devices[16]; /* !!! FIXME: These are wordy and unlocalized... */ @@ -713,7 +711,6 @@ } } - /* !!! FIXME: remove static array... */ if (id == SDL_arraysize(open_devices)) { SDL_SetError("Too many open audio devices"); close_audio_device(device);