get rid of BeginLoopIteration

This commit is contained in:
pionere
2022-01-17 12:04:32 +01:00
committed by Ryan C. Gordon
parent 0770c5829c
commit 4a17612bff
4 changed files with 0 additions and 18 deletions

View File

@@ -74,7 +74,6 @@ int WASAPI_ActivateDevice(_THIS, const SDL_bool isrecovery);
void WASAPI_PlatformThreadInit(_THIS);
void WASAPI_PlatformThreadDeinit(_THIS);
void WASAPI_PlatformDeleteActivationHandler(void *handler);
void WASAPI_BeginLoopIteration(_THIS);
#ifdef __cplusplus
}