Removed unused function
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40470
This commit is contained in:
parent
314bd78b53
commit
76728d8561
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
number of audio chunks available in the created buffer.
|
||||
*/
|
||||
|
@ -489,6 +490,7 @@ static int CreatePrimary(LPDIRECTSOUND sndObj, HWND focus,
|
|||
}
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue