summaryrefslogtreecommitdiff
path: root/plugins/lastfm
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-29 21:36:19 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-29 21:36:19 +0200
commitf4d508b243888a9dbe79b5916e497254d370e35a (patch)
tree48846519dfc51a3d44991b3b4b18a2efda5083f0 /plugins/lastfm
parent003a54afeba00597fd2f50e38ccd35c7cd5e4e39 (diff)
mp3 decoder porting as plugin WIP
Diffstat (limited to 'plugins/lastfm')
-rw-r--r--plugins/lastfm/lastfm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index 4a276916..d637b61b 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -119,11 +119,6 @@ curl_req_cleanup (void) {
static int
auth (void) {
- static int count = 5;
- if (count > 0) {
- count--;
- return -1;
- }
if (lfm_sess[0]) {
return 0;
}