audio: Removed declarations of functions that don't exist anymore.

This commit is contained in:
Ryan C. Gordon 2023-09-20 10:20:35 -04:00
parent b656720bc6
commit 62d4459972
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 0 additions and 3 deletions

View File

@ -331,7 +331,4 @@ extern AudioBootStrap N3DSAUDIO_bootstrap;
extern AudioBootStrap EMSCRIPTENAUDIO_bootstrap;
extern AudioBootStrap QSAAUDIO_bootstrap;
extern SDL_AudioDevice *get_audio_dev(SDL_AudioDeviceID id);
extern int get_max_num_audio_dev(void);
#endif // SDL_sysaudio_h_