aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/lastfmscrobbler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/lastfmscrobbler.h')
-rw-r--r--src/plugins/General/scrobbler/lastfmscrobbler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/General/scrobbler/lastfmscrobbler.h b/src/plugins/General/scrobbler/lastfmscrobbler.h
index d6e97c8c0..cf0c2609e 100644
--- a/src/plugins/General/scrobbler/lastfmscrobbler.h
+++ b/src/plugins/General/scrobbler/lastfmscrobbler.h
@@ -64,8 +64,6 @@ private slots:
void updateMetaData();
void processResponse(QNetworkReply *reply);
void setupProxy();
- void getToken();
- void getSession();
void submit();
private:
@@ -78,10 +76,9 @@ private:
QList <SongInfo> m_cachedSongs;
QByteArray m_ua;
int m_submitedSongs;
- QString m_token, m_session;
+ QString m_session;
QNetworkAccessManager *m_http;
SoundCore *m_core;
- QNetworkReply *m_getTokenReply, *m_getSessionReply;
QNetworkReply *m_submitReply, *m_notificationReply;
QTime *m_time;
ScrobblerCache *m_cache;