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.
This commit is contained in:
Max Kellermann
2009-10-13 19:43:56 +02:00
parent a93ffdd1be
commit 1ff101c568
6 changed files with 1 additions and 508 deletions
-5
View File
@@ -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