aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-13 19:43:56 +0200
committerMax Kellermann <max@duempel.org>2009-10-13 19:43:56 +0200
commit1ff101c56869d3f520dc5ac738d43b7944068075 (patch)
treecb4729dc0b1803d306b1692cf003b737513d4b02 /src/ls.c
parenta93ffdd1bed1885740f0a28bc649a9db9a7969e4 (diff)
downloadmpd-1ff101c56869d3f520dc5ac738d43b7944068075.tar.gz
mpd-1ff101c56869d3f520dc5ac738d43b7944068075.tar.xz
mpd-1ff101c56869d3f520dc5ac738d43b7944068075.zip
input/lastfm: removed obsolete last.fm input plugin
This has been replaced by the last.fm playlist plugin. The input plugin has never worked well, and was just a playground to experiment with the last.fm radio protocol.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ls.c b/src/ls.c
index 9ed083e2e..413fbac94 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -35,9 +35,6 @@ static const char *remoteUrlPrefixes[] = {
#ifdef ENABLE_CURL
"http://",
#endif
-#ifdef ENABLE_LASTFM
- "lastfm://",
-#endif
#ifdef ENABLE_MMS
"mms://",
"mmsh://",