summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-01-17 19:11:10 +0100
committerMax Kellermann <max@musicpd.org>2020-01-17 19:11:10 +0100
commit8db86e282058dedae5837402370a3921b7e677c9 (patch)
tree457c8462b9808c00b3b23eb74d7a4834d9b20156 /src/config
parentc84bae739a29ec27790c5534b7fc777d6f40a02f (diff)
Revert "pcm/Convert: add option to enable the integer-only dsd2pcm implementation"
This reverts commit c84bae739a29ec27790c5534b7fc777d6f40a02f. A configuration option is not necessary, because the PcmConvert constructor knows already whether integer or floating point is needed.
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Option.hxx1
-rw-r--r--src/config/Templates.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/config/Option.hxx b/src/config/Option.hxx
index f8994124e..0344b6695 100644
--- a/src/config/Option.hxx
+++ b/src/config/Option.hxx
@@ -79,7 +79,6 @@ enum class ConfigOption {
DESPOTIFY_USER,
DESPOTIFY_PASSWORD,
DESPOTIFY_HIGH_BITRATE,
- DSD2PCM_CONVERTER,
MAX
};
diff --git a/src/config/Templates.cxx b/src/config/Templates.cxx
index 48a680242..01205c3d0 100644
--- a/src/config/Templates.cxx
+++ b/src/config/Templates.cxx
@@ -75,7 +75,6 @@ const ConfigTemplate config_param_templates[] = {
{ "despotify_user", false, true },
{ "despotify_password", false, true },
{ "despotify_high_bitrate", false, true },
- { "dsd2pcm_converter" },
};
static constexpr unsigned n_config_param_templates =