Skip to content

Commit

Permalink
Remove Discogs support.
Browse files Browse the repository at this point in the history
Fixes clementine-player#4735
Downloading album covers now requires per-user access tokens.
  • Loading branch information
hatstand committed Feb 3, 2015
1 parent 5b46923 commit 1a01b82
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 242 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ set(SOURCES
covers/coversearchstatistics.cpp
covers/coversearchstatisticsdialog.cpp
covers/currentartloader.cpp
covers/discogscoverprovider.cpp
covers/kittenloader.cpp
covers/musicbrainzcoverprovider.cpp

Expand Down Expand Up @@ -446,7 +445,6 @@ set(HEADERS
covers/coverproviders.h
covers/coversearchstatisticsdialog.h
covers/currentartloader.h
covers/discogscoverprovider.h
covers/kittenloader.h
covers/musicbrainzcoverprovider.h

Expand Down
170 changes: 0 additions & 170 deletions src/covers/discogscoverprovider.cpp

This file was deleted.

68 changes: 0 additions & 68 deletions src/covers/discogscoverprovider.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#include "core/utilities.h"
#include "covers/amazoncoverprovider.h"
#include "covers/coverproviders.h"
#include "covers/discogscoverprovider.h"
#include "covers/musicbrainzcoverprovider.h"
#include "engines/enginebase.h"
#include "smartplaylists/generator.h"
Expand Down Expand Up @@ -463,7 +462,6 @@ int main(int argc, char* argv[]) {
// Initialize the repository of cover providers. Last.fm registers itself
// when its service is created.
app.cover_providers()->AddProvider(new AmazonCoverProvider);
app.cover_providers()->AddProvider(new DiscogsCoverProvider);
app.cover_providers()->AddProvider(new MusicbrainzCoverProvider);

#ifdef Q_OS_LINUX
Expand Down

0 comments on commit 1a01b82

Please sign in to comment.