diff options
author | Max Kellermann <max@duempel.org> | 2015-01-26 09:55:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-26 09:55:31 +0100 |
commit | ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708 (patch) | |
tree | 026f67796374ac9e9c71e6d812148bf463d8c26c /src/ls.cxx | |
parent | ed5c6be2f1c3fa492b3642682dd2363dbc1027df (diff) | |
download | mpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.tar.gz mpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.tar.xz mpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.zip |
{playlist,input}/despotify: remove defunct plugin
Diffstat (limited to '')
-rw-r--r-- | src/ls.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ls.cxx b/src/ls.cxx index b1a636416..554aaf4d4 100644 --- a/src/ls.cxx +++ b/src/ls.cxx @@ -55,9 +55,6 @@ static const char *remoteUrlPrefixes[] = { #ifdef ENABLE_CDIO_PARANOIA "cdda://", #endif -#ifdef ENABLE_DESPOTIFY - "spt://", -#endif NULL }; |