Remove unused variable

This commit is contained in:
Gianluca Recchia 2019-01-17 06:06:07 +01:00 committed by Jonathan White
parent ffea029001
commit 6df9c6f9b2
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -229,7 +229,6 @@ void EditWidgetIcons::fetchFinished()
QImage image;
bool fallbackEnabled = config()->get("security/IconDownloadFallback", false).toBool();
bool error = (m_reply->error() != QNetworkReply::NoError);
QUrl url = m_reply->url();
QUrl redirectTarget = getRedirectTarget(m_reply);
m_reply->deleteLater();