From ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 26 Jan 2015 09:55:31 +0100 Subject: {playlist,input}/despotify: remove defunct plugin --- src/InputRegistry.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/InputRegistry.cxx') 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 @@ -62,9 +58,6 @@ const InputPlugin *const input_plugins[] = { #endif #ifdef ENABLE_CDIO_PARANOIA &input_plugin_cdio_paranoia, -#endif -#ifdef ENABLE_DESPOTIFY - &input_plugin_despotify, #endif nullptr }; -- cgit v1.2.3