diff options
Diffstat (limited to 'logic/net/CacheDownload.h')
-rw-r--r-- | logic/net/CacheDownload.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/logic/net/CacheDownload.h b/logic/net/CacheDownload.h index 0dbbef4c..07b6701d 100644 --- a/logic/net/CacheDownload.h +++ b/logic/net/CacheDownload.h @@ -36,8 +36,6 @@ private: bool wroteAnyData = false; public: - bool m_followRedirects = false; - explicit CacheDownload(QUrl url, MetaEntryPtr entry); static CacheDownloadPtr make(QUrl url, MetaEntryPtr entry) { |