aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputRegistry.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-26 09:55:31 +0100
committerMax Kellermann <max@duempel.org>2015-01-26 09:55:31 +0100
commitad1b6ef0ac5e7c869b6adbede153e8b2ac55d708 (patch)
tree026f67796374ac9e9c71e6d812148bf463d8c26c /src/InputRegistry.cxx
parented5c6be2f1c3fa492b3642682dd2363dbc1027df (diff)
downloadmpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.tar.gz
mpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.tar.xz
mpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.zip
{playlist,input}/despotify: remove defunct plugin
Diffstat (limited to 'src/InputRegistry.cxx')
-rw-r--r--src/InputRegistry.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/InputRegistry.cxx b/src/InputRegistry.cxx
index aa6c06ed1..e8a450743 100644
--- a/src/InputRegistry.cxx
+++ b/src/InputRegistry.cxx
@@ -42,10 +42,6 @@
#include "input/CdioParanoiaInputPlugin.hxx"
#endif
-#ifdef ENABLE_DESPOTIFY
-#include "input/DespotifyInputPlugin.hxx"
-#endif
-
const InputPlugin *const input_plugins[] = {
&input_plugin_file,
#ifdef ENABLE_ARCHIVE
@@ -63,9 +59,6 @@ const InputPlugin *const input_plugins[] = {
#ifdef ENABLE_CDIO_PARANOIA
&input_plugin_cdio_paranoia,
#endif
-#ifdef ENABLE_DESPOTIFY
- &input_plugin_despotify,
-#endif
nullptr
};