Revert "pcm/Convert: add option to enable the integer-only dsd2pcm implementation"

This reverts commit c84bae739a.  A
configuration option is not necessary, because the PcmConvert
constructor knows already whether integer or floating point is needed.
This commit is contained in:
Max Kellermann
2020-01-17 19:11:10 +01:00
parent c84bae739a
commit 8db86e2820
5 changed files with 0 additions and 42 deletions

View File

@@ -79,7 +79,6 @@ enum class ConfigOption {
DESPOTIFY_USER,
DESPOTIFY_PASSWORD,
DESPOTIFY_HIGH_BITRATE,
DSD2PCM_CONVERTER,
MAX
};

View File

@@ -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 =