Remove redundant variable

This commit is contained in:
Chocobo1 2019-06-16 17:50:55 +08:00
commit a6c5a90630
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 34 additions and 34 deletions

View file

@ -671,7 +671,6 @@ namespace BitTorrent
QVector<BitTorrent::TrackerEntry> m_additionalTrackerList;
QString m_resumeFolderPath;
QFile m_resumeFolderLock;
bool m_useProxy;
QTimer *m_refreshTimer;
QTimer *m_seedingLimitTimer;