diff options
Diffstat (limited to 'src/audio.h')
-rw-r--r-- | src/audio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio.h b/src/audio.h index 2bffa7d41..2dd71732b 100644 --- a/src/audio.h +++ b/src/audio.h @@ -72,8 +72,6 @@ void dropBufferedAudio(void); void closeAudioDevice(void); -bool isCurrentAudioFormat(const struct audio_format *audioFormat); - void sendMetadataToAudioDevice(const struct tag *tag); /* these functions are called in the main parent process while the child |