From f141d9053396e6bd177c8f46095098fc573f0ab0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Feb 2009 18:51:38 +0100 Subject: audio: removed isCurrentAudioFormat() This function isn't used anymore. --- src/audio.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/audio.h') 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 -- cgit v1.2.3