# HG changeset patch # User Sam Lantinga # Date 1030210249 0 # Node ID a1284fd544aa79fa6e0af1eecc808aada1367bc4 # Parent 0b0c2e63eb27df77874b3dbd8beb4fe46322e741 Removed unused function diff -r 0b0c2e63eb27 -r a1284fd544aa src/audio/windx5/SDL_dx5audio.c --- a/src/audio/windx5/SDL_dx5audio.c Sat Aug 24 17:15:45 2002 +0000 +++ b/src/audio/windx5/SDL_dx5audio.c Sat Aug 24 17:30:49 2002 +0000 @@ -416,6 +416,7 @@ } } +#ifdef USE_PRIMARY_BUFFER /* This function tries to create a primary audio buffer, and returns the number of audio chunks available in the created buffer. */ @@ -489,6 +490,7 @@ } return(numchunks); } +#endif /* USE_PRIMARY_BUFFER */ /* This function tries to create a secondary audio buffer, and returns the number of audio chunks available in the created buffer.