diff --git a/src/config/Option.hxx b/src/config/Option.hxx index 70fb4f150..313537884 100644 --- a/src/config/Option.hxx +++ b/src/config/Option.hxx @@ -59,9 +59,6 @@ enum class ConfigOption { GAPLESS_MP3_PLAYBACK, AUTO_UPDATE, AUTO_UPDATE_DEPTH, - DESPOTIFY_USER, - DESPOTIFY_PASSWORD, - DESPOTIFY_HIGH_BITRATE, MIXRAMP_ANALYZER, diff --git a/src/config/Templates.cxx b/src/config/Templates.cxx index f712efb0f..e3794e001 100644 --- a/src/config/Templates.cxx +++ b/src/config/Templates.cxx @@ -57,9 +57,6 @@ const ConfigTemplate config_param_templates[] = { { "gapless_mp3_playback", false, true }, { "auto_update" }, { "auto_update_depth" }, - { "despotify_user", false, true }, - { "despotify_password", false, true }, - { "despotify_high_bitrate", false, true }, { "mixramp_analyzer" }, };