mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 16:55:29 -05:00
Removed unused function
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user