mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Remove unused fields
This commit is contained in:
parent
6e694b984d
commit
1db47fa116
2 changed files with 0 additions and 4 deletions
|
|
@ -12,8 +12,6 @@
|
|||
#include <QThread>
|
||||
#include <utility>
|
||||
|
||||
// Card back returned by gatherer when card is not found
|
||||
QStringList PictureLoaderWorker::md5Blacklist = QStringList() << "db0c48db407a907c16ade38de048a441";
|
||||
|
||||
PictureLoaderWorker::PictureLoaderWorker() : QObject(nullptr), picDownload(SettingsCache::instance().getPicDownload())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,8 +44,6 @@ public slots:
|
|||
void removedCachedUrl(const QUrl &url);
|
||||
|
||||
private:
|
||||
static QStringList md5Blacklist;
|
||||
|
||||
QThread *pictureLoaderThread;
|
||||
QNetworkAccessManager *networkManager;
|
||||
QNetworkDiskCache *cache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue