remove lyricswiki support as it doesn't allow fetching lyrics anymore

This commit is contained in:
Andrzej Rybczak
2009-08-05 14:35:45 +02:00
parent e5e8261c40
commit 27ede67685
5 changed files with 18 additions and 30 deletions

View File

@@ -63,6 +63,8 @@ class Lyrics : public Screen<Scrollpad>
# ifdef HAVE_CURL_CURL_H
static const char *GetPluginName(int offset);
static const unsigned DBs;
# endif // HAVE_CURL_CURL_H
protected:
@@ -81,7 +83,6 @@ class Lyrics : public Screen<Scrollpad>
# endif // HAVE_PTHREAD_H
static const Plugin *ChoosePlugin(int);
static bool LyricWiki_NotFound(const std::string &);
static bool LyricsPlugin_NotFound(const std::string &);
static bool Ready;
@@ -91,7 +92,6 @@ class Lyrics : public Screen<Scrollpad>
# endif // HAVE_PTHREAD_H
static const char *PluginsList[];
static const Plugin LyricWiki;
static const Plugin LyricsPlugin;
# endif // HAVE_CURL_CURL_H