diff options
author | Max Kellermann <max@duempel.org> | 2015-01-26 20:47:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-26 20:48:19 +0100 |
commit | a289dcb9ee6d7992a21f24b99be667eed6c32321 (patch) | |
tree | 647da96585d6021f664c2bcf87c911e18c440c65 /src/input/Registry.cxx | |
parent | 023b9c1e7e6792de4da0b867b6bb5d425928bd5b (diff) | |
parent | ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708 (diff) |
Merge branch 'v0.18.x' into v0.19.x
Diffstat (limited to 'src/input/Registry.cxx')
-rw-r--r-- | src/input/Registry.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input/Registry.cxx b/src/input/Registry.cxx index 2b981df1c..748c18ca8 100644 --- a/src/input/Registry.cxx +++ b/src/input/Registry.cxx @@ -54,10 +54,6 @@ #include "plugins/CdioParanoiaInputPlugin.hxx" #endif -#ifdef ENABLE_DESPOTIFY -#include "plugins/DespotifyInputPlugin.hxx" -#endif - const InputPlugin *const input_plugins[] = { &input_plugin_file, #ifdef HAVE_ALSA @@ -84,9 +80,6 @@ const InputPlugin *const input_plugins[] = { #ifdef ENABLE_CDIO_PARANOIA &input_plugin_cdio_paranoia, #endif -#ifdef ENABLE_DESPOTIFY - &input_plugin_despotify, -#endif nullptr }; |