summaryrefslogtreecommitdiff
path: root/src/pcm/PcmConvert.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-04-04 21:06:28 +0200
committerMax Kellermann <max@musicpd.org>2019-04-04 21:06:28 +0200
commit6addc9d6e0f172699636f3a2b4dd19e43b351747 (patch)
treecddc33bfb8b2e1c1d6a5bf701240e67503c284df /src/pcm/PcmConvert.hxx
parente78d8250598e4a12bfe3fac4111927598aecdef4 (diff)
pcm/PcmConvert: remove unused attribute "dest_format"
Diffstat (limited to 'src/pcm/PcmConvert.hxx')
-rw-r--r--src/pcm/PcmConvert.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/PcmConvert.hxx b/src/pcm/PcmConvert.hxx
index e90accd97..7595db138 100644
--- a/src/pcm/PcmConvert.hxx
+++ b/src/pcm/PcmConvert.hxx
@@ -47,7 +47,7 @@ class PcmConvert {
PcmFormatConverter format_converter;
PcmChannelsConverter channels_converter;
- const AudioFormat src_format, dest_format;
+ const AudioFormat src_format;
bool enable_resampler, enable_format, enable_channels;