audio: Remove stub header SDL_audio_c.h.

It was a leftover, that just included SDL_sysaudio.h, in modern times.
This commit is contained in:
Ryan C. Gordon
2023-10-18 15:46:07 -04:00
parent 9d7c57234a
commit 797b70877d
35 changed files with 14 additions and 72 deletions

View File

@@ -24,7 +24,7 @@
// Output raw audio data to a file.
#include "../SDL_audio_c.h"
#include "../SDL_sysaudio.h"
#include "SDL_diskaudio.h"
// !!! FIXME: these should be SDL hints, not environment variables.