Remove dead code in Tidal

This commit is contained in:
Jonas Kvinge
2018-09-20 22:29:35 +02:00
parent 04e272d9bc
commit 6de8eb56cd
2 changed files with 1 additions and 16 deletions

View File

@@ -132,8 +132,6 @@ class TidalService : public InternetService {
QHash<int, QUrl> requests_song_;
int albums_requested_;
int albums_received_;
int songs_requested_;
int songs_received_;
SongList songs_;
QString search_error_;
bool login_sent_;