diff options
author | Max Kellermann <max@duempel.org> | 2013-01-31 00:31:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-31 00:31:24 +0100 |
commit | 3c2b464dfa07f09a8a3ed0840d5b37fe614c2ad7 (patch) | |
tree | 7b7f2baca28ee4389b7321455391381834ab52b3 | |
parent | 361404fd59e817560e4564f15466e94c2a0d7551 (diff) | |
download | mpd-3c2b464dfa07f09a8a3ed0840d5b37fe614c2ad7.tar.gz mpd-3c2b464dfa07f09a8a3ed0840d5b37fe614c2ad7.tar.xz mpd-3c2b464dfa07f09a8a3ed0840d5b37fe614c2ad7.zip |
filter/convert: remove unused attribute
-rw-r--r-- | src/filter/ConvertFilterPlugin.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/filter/ConvertFilterPlugin.cxx b/src/filter/ConvertFilterPlugin.cxx index 23c912b05..6a5acd707 100644 --- a/src/filter/ConvertFilterPlugin.cxx +++ b/src/filter/ConvertFilterPlugin.cxx @@ -35,11 +35,6 @@ struct ConvertFilter { struct filter base; /** - * The current convert, from 0 to #PCM_CONVERT_1. - */ - unsigned convert; - - /** * The input audio format; PCM data is passed to the filter() * method in this format. */ |