diff options
author | Max Kellermann <max@duempel.org> | 2009-10-13 19:43:56 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-13 19:43:56 +0200 |
commit | 1ff101c56869d3f520dc5ac738d43b7944068075 (patch) | |
tree | cb4729dc0b1803d306b1692cf003b737513d4b02 /src/ls.c | |
parent | a93ffdd1bed1885740f0a28bc649a9db9a7969e4 (diff) | |
download | mpd-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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -35,9 +35,6 @@ static const char *remoteUrlPrefixes[] = { #ifdef ENABLE_CURL "http://", #endif -#ifdef ENABLE_LASTFM - "lastfm://", -#endif #ifdef ENABLE_MMS "mms://", "mmsh://", |