From df548b174bb19d39fb5492c18710fd2f61c478ca Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 3 Jul 2019 18:03:18 +0000 Subject: scrobbler: removed listenbrainz support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8986 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/settingsdialog.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/plugins/General/scrobbler/settingsdialog.h') 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 -- cgit v1.2.3-13-gbd6f