include: Fix warnings from gendynapi.py.

Fixes #9890.
This commit is contained in:
Ryan C. Gordon
2024-05-26 13:43:58 -04:00
parent ca2d7f9844
commit a4ccace9c5
2 changed files with 27 additions and 2 deletions

View File

@@ -1141,8 +1141,6 @@ extern SDL_DECLSPEC int SDLCALL SDL_PauseAudioStreamDevice(SDL_AudioStream *stre
*/
extern SDL_DECLSPEC int SDLCALL SDL_ResumeAudioStreamDevice(SDL_AudioStream *stream);
extern SDL_DECLSPEC SDL_bool SDLCALL SDL_AudioDevicePaused(SDL_AudioDeviceID dev);
/**
* Lock an audio stream for serialized access.
*