diff options
author | Max Kellermann <max@duempel.org> | 2009-01-18 17:32:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-18 17:32:43 +0100 |
commit | a3f03f3ccdefc8704d112405dca5db10a2f6cf94 (patch) | |
tree | e26e045a9694b32eb0292bde5407e1014ecdeac1 /src/decoder_api.h | |
parent | 90b34f8e6feb4dabc8da0d782cf5146318cfc02a (diff) | |
download | mpd-a3f03f3ccdefc8704d112405dca5db10a2f6cf94.tar.gz mpd-a3f03f3ccdefc8704d112405dca5db10a2f6cf94.tar.xz mpd-a3f03f3ccdefc8704d112405dca5db10a2f6cf94.zip |
removed playerData.c
Fetch the configuration variables buffered_chunks and
buffered_before_play just when they are needed.
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r-- | src/decoder_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h index 11ee86e42..6e3332d52 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -30,7 +30,6 @@ #include "replay_gain.h" #include "tag.h" #include "audio_format.h" -#include "playerData.h" #include <stdbool.h> |