From f57be50d73a167500ee04135e15e0474a7532478 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 2 Jun 2008 10:10:26 +0000 Subject: remove audioDeviceStates from playerData and getPlayerData git-svn-id: https://svn.musicpd.org/mpd/trunk@7372 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- 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 71d79ec84..eab83916a 100644 --- a/src/audio.h +++ b/src/audio.h @@ -31,8 +31,6 @@ typedef struct _AudioFormat { volatile mpd_sint8 bits; } AudioFormat; -unsigned int audio_device_count(void); - static inline double audioFormatSizeToTime(const AudioFormat * af) { return 8.0 / af->bits / af->channels / af->sampleRate; -- cgit v1.2.3