diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-06-02 10:10:26 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-06-02 10:10:26 +0000 |
commit | f57be50d73a167500ee04135e15e0474a7532478 (patch) | |
tree | e7bc9082a93b57edba9d5ee8926b14a14bf66488 /src/audio.h | |
parent | 6ac1d797afac1f2ec6e89594516a1e7ffe8cfe8a (diff) | |
download | mpd-f57be50d73a167500ee04135e15e0474a7532478.tar.gz mpd-f57be50d73a167500ee04135e15e0474a7532478.tar.xz mpd-f57be50d73a167500ee04135e15e0474a7532478.zip |
remove audioDeviceStates from playerData and getPlayerData
git-svn-id: https://svn.musicpd.org/mpd/trunk@7372 09075e82-0dd4-0310-85a5-a0d7c8717e4f
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 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; |