# HG changeset patch # User Ryan C. Gordon # Date 1022059632 0 # Node ID 3466dde3a846cf2e072ad92b71ebd715ceda65de # Parent 5a72981b8cbabfbfe90c3a47e3449affa4fb0b12 Removed a FIXME. diff -r 5a72981b8cba -r 3466dde3a846 SDL_sound.c --- 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)