Mercurial > SDL_sound_CoreAudio
changeset 341:3466dde3a846
Removed a FIXME.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 22 May 2002 09:27:12 +0000 |
parents | 5a72981b8cba |
children | fbbb1f25b944 |
files | SDL_sound.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/SDL_sound.c Mon May 20 16:21:58 2002 +0000 +++ b/SDL_sound.c Wed May 22 09:27:12 2002 +0000 @@ -534,8 +534,6 @@ memcpy(&desired, (_desired != NULL) ? _desired : &sample->actual, sizeof (Sound_AudioInfo)); - /* !!! FIXME: Was there a good reason this wasn't here before? */ - /* !!! FIXME: (Maybe we just assumed that it was all or nothing?) */ if (desired.format == 0) desired.format = sample->actual.format; if (desired.channels == 0)