aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/settingsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.h')
-rw-r--r--src/plugins/General/scrobbler/settingsdialog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/General/scrobbler/settingsdialog.h b/src/plugins/General/scrobbler/settingsdialog.h
index a198b5fc7..7e381c6b7 100644
--- a/src/plugins/General/scrobbler/settingsdialog.h
+++ b/src/plugins/General/scrobbler/settingsdialog.h
@@ -42,20 +42,16 @@ public slots:
private slots:
void on_newSessionButton_lastfm_clicked();
void on_newSessionButton_librefm_clicked();
- void on_newSessionButton_listenbrainz_clicked();
void processTokenResponse(int error);
void processSessionResponse(int error);
void on_checkButton_lastfm_clicked();
void on_checkButton_librefm_clicked();
- void on_checkButton_listenbrainz_clicked();
void processCheckResponse(int error);
private:
Ui::SettingsDialog m_ui;
ScrobblerAuth *m_lastfmAuth;
ScrobblerAuth *m_librefmAuth;
- ScrobblerAuth *m_listenbrainzAuth;
-
};
#endif