Commit a53047af authored by Max Kellermann's avatar Max Kellermann

audio: removed isAudioDeviceOpen()

The function isAudioDeviceOpen() is never used.
parent d9254369
......@@ -345,11 +345,6 @@ int playAudio(const char *playChunk, size_t size)
return 0;
}
int isAudioDeviceOpen(void)
{
return audioOpened;
}
void dropBufferedAudio(void)
{
unsigned int i;
......
......@@ -49,8 +49,6 @@ void dropBufferedAudio(void);
void closeAudioDevice(void);
int isAudioDeviceOpen(void);
int isCurrentAudioFormat(const struct audio_format *audioFormat);
void sendMetadataToAudioDevice(const struct tag *tag);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment