summaryrefslogtreecommitdiff
path: root/src/command
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/command
parent5b2374b9495bb9da4b07d03328c1ecac204af8d4 (diff)
player/Thread: remove obsolete `buffered_before_play` attribute
Diffstat (limited to 'src/command')
-rw-r--r--src/command/PartitionCommands.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/PartitionCommands.cxx b/src/command/PartitionCommands.cxx
index e7e8a0608..e3de9677f 100644
--- a/src/command/PartitionCommands.cxx
+++ b/src/command/PartitionCommands.cxx
@@ -102,7 +102,6 @@ handle_newpartition(Client &client, Request request, Response &response)
// TODO: use real configuration
16384,
1024,
- 128,
AudioFormat::Undefined(),
ReplayGainConfig());
auto &partition = instance.partitions.back();