Removed no-op Deinitialize methods in audio drivers.
This commit is contained in:
parent
b4cf784f88
commit
cd8da3097b
4 changed files with 0 additions and 27 deletions
|
@ -48,12 +48,6 @@
|
|||
/* #define DEBUG_AUDIO_STREAM */
|
||||
|
||||
|
||||
static void
|
||||
BSDAUDIO_Deinitialize(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
BSDAUDIO_DetectDevices(int iscapture, SDL_AddAudioDevice addfn)
|
||||
{
|
||||
|
@ -361,7 +355,6 @@ BSDAUDIO_Init(SDL_AudioDriverImpl * impl)
|
|||
impl->WaitDevice = BSDAUDIO_WaitDevice;
|
||||
impl->GetDeviceBuf = BSDAUDIO_GetDeviceBuf;
|
||||
impl->CloseDevice = BSDAUDIO_CloseDevice;
|
||||
impl->Deinitialize = BSDAUDIO_Deinitialize;
|
||||
|
||||
return 1; /* this audio target is available. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue