summaryrefslogtreecommitdiff
path: root/src/Partition.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-09-23 15:47:20 +0200
committerMax Kellermann <max@musicpd.org>2018-09-23 16:50:04 +0200
commit8c638c50a31b8931acded3ddf6300420ce6e91f6 (patch)
treeb822b528882a35c193634c3f3cfa17e6f59067b4 /src/Partition.hxx
parent5b2374b9495bb9da4b07d03328c1ecac204af8d4 (diff)
player/Thread: remove obsolete `buffered_before_play` attribute
Diffstat (limited to 'src/Partition.hxx')
-rw-r--r--src/Partition.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx
index 83a0ec69a..38051c7f5 100644
--- a/src/Partition.hxx
+++ b/src/Partition.hxx
@@ -69,7 +69,6 @@ struct Partition final : QueueListener, PlayerListener, MixerListener {
const char *_name,
unsigned max_length,
unsigned buffer_chunks,
- unsigned buffered_before_play,
AudioFormat configured_audio_format,
const ReplayGainConfig &replay_gain_config);