summaryrefslogtreecommitdiff
path: root/plugins/lastfm/lastfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lastfm/lastfm.c')
-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;
}