Remove unused fields

This commit is contained in:
RickyRister 2025-07-03 23:15:41 -07:00
parent 6e694b984d
commit 1db47fa116
2 changed files with 0 additions and 4 deletions

View file

@ -12,8 +12,6 @@
#include <QThread> #include <QThread>
#include <utility> #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()) PictureLoaderWorker::PictureLoaderWorker() : QObject(nullptr), picDownload(SettingsCache::instance().getPicDownload())
{ {

View file

@ -44,8 +44,6 @@ public slots:
void removedCachedUrl(const QUrl &url); void removedCachedUrl(const QUrl &url);
private: private:
static QStringList md5Blacklist;
QThread *pictureLoaderThread; QThread *pictureLoaderThread;
QNetworkAccessManager *networkManager; QNetworkAccessManager *networkManager;
QNetworkDiskCache *cache; QNetworkDiskCache *cache;