platform: remove unneeded argument from SNDDMA_Init

This commit is contained in:
Alibek Omarov
2019-07-12 00:32:09 +03:00
parent 37255354d4
commit b2895770b8
4 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ qboolean SW_CreateBuffer( int width, int height, uint *stride, uint *bpp, uint *
==============================================================================
*/
// initializes cycling through a DMA buffer and returns information on it
qboolean SNDDMA_Init( void *hInst );
qboolean SNDDMA_Init( void );
int SNDDMA_GetSoundtime( void );
void SNDDMA_Shutdown( void );
void SNDDMA_BeginPainting( void );