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/input_stream.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/input_stream.c')
-rw-r--r-- | src/input_stream.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/input_stream.c b/src/input_stream.c index 98a660a7c..c6da87996 100644 --- a/src/input_stream.c +++ b/src/input_stream.c @@ -31,8 +31,6 @@ #include "input/curl_input_plugin.h" #endif -#include "input/lastfm_input_plugin.h" - #ifdef ENABLE_MMS #include "input/mms_input_plugin.h" #endif @@ -49,9 +47,6 @@ static const struct input_plugin *const input_plugins[] = { #ifdef ENABLE_CURL &input_plugin_curl, #endif -#ifdef ENABLE_LASTFM - &lastfm_input_plugin, -#endif #ifdef ENABLE_MMS &input_plugin_mms, #endif |