Skip to content

Commit

Permalink
Removed a FIXME (this code actually does what the FIXME requested now).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 4, 2014
1 parent 3429efc commit 2500db9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mixer.c
Expand Up @@ -580,11 +580,6 @@ static int detect_mp3(Uint8 *magic)
return 1;
}

/*
* !!! FIXME: Ideally, we want a Mix_LoadSample_RW(), which will handle the
* generic setup, then call the correct file format loader.
*/

/* Load a wave file */
Mix_Chunk *Mix_LoadWAV_RW(SDL_RWops *src, int freesrc)
{
Expand Down

0 comments on commit 2500db9

Please sign in to comment.