changeset 469:a1284fd544aa

Removed unused function
author Sam Lantinga <slouken@libsdl.org>
date Sat, 24 Aug 2002 17:30:49 +0000
parents 0b0c2e63eb27
children 877b992f2d0c
files src/audio/windx5/SDL_dx5audio.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.