mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Removed unused function
This commit is contained in:
parent
f48774297e
commit
1ef49b7681
|
|
@ -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…
Reference in New Issue
Block a user