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
935a3a0308
commit
6e694b984d
2 changed files with 1 additions and 3 deletions
|
|
@ -45,7 +45,6 @@ void PictureLoaderWorkerWork::startNextPicDownload()
|
|||
QString picUrl = cardToDownload.getCurrentUrl();
|
||||
|
||||
if (picUrl.isEmpty()) {
|
||||
downloadRunning = false;
|
||||
picDownloadFailed();
|
||||
} else {
|
||||
QUrl url(picUrl);
|
||||
|
|
|
|||
|
|
@ -34,8 +34,7 @@ public slots:
|
|||
|
||||
private:
|
||||
QThread *pictureLoaderThread;
|
||||
QNetworkAccessManager *networkManager;
|
||||
bool picDownload, downloadRunning, loadQueueRunning;
|
||||
bool picDownload;
|
||||
|
||||
void startNextPicDownload();
|
||||
void picDownloadFailed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue