Commit 76728d85 authored by Sam Lantinga's avatar Sam Lantinga

Removed unused function

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40470
parent 314bd78b
...@@ -416,6 +416,7 @@ static void DX5_CloseAudio(_THIS) ...@@ -416,6 +416,7 @@ static void DX5_CloseAudio(_THIS)
} }
} }
#ifdef USE_PRIMARY_BUFFER
/* This function tries to create a primary audio buffer, and returns the /* This function tries to create a primary audio buffer, and returns the
number of audio chunks available in the created buffer. number of audio chunks available in the created buffer.
*/ */
...@@ -489,6 +490,7 @@ static int CreatePrimary(LPDIRECTSOUND sndObj, HWND focus, ...@@ -489,6 +490,7 @@ static int CreatePrimary(LPDIRECTSOUND sndObj, HWND focus,
} }
return(numchunks); return(numchunks);
} }
#endif /* USE_PRIMARY_BUFFER */
/* This function tries to create a secondary audio buffer, and returns the /* This function tries to create a secondary audio buffer, and returns the
number of audio chunks available in the created buffer. number of audio chunks available in the created buffer.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment