Mercurial > sdl-ios-xcode
diff src/audio/macosx/SDL_coreaudio.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 | f424927138ff |
children | 9d070c1a45fa |
line wrap: on
line diff
--- a/src/audio/macosx/SDL_coreaudio.c Wed Oct 04 22:23:57 2006 +0000 +++ b/src/audio/macosx/SDL_coreaudio.c Wed Oct 04 22:42:26 2006 +0000 @@ -292,10 +292,7 @@ UInt32 remaining, len; void *ptr; - /* - * !!! FIXME: I'm not sure if you can ever have more than one - * buffer, or what this signifies, or what to do with it... - */ + /* Is there ever more than one buffer, and what do you do with it? */ if (ioDataList->mNumberBuffers != 1) { return noErr; }