Remove legacy/unused torrent property

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-08-08 13:51:59 +03:00
parent dc3d23c045
commit b77568839d
3 changed files with 1 additions and 7 deletions

View File

@@ -62,7 +62,6 @@ namespace BitTorrent
QString category;
QSet<QString> tags;
QString savePath;
bool disableTempPath = false;
bool sequential = false;
bool firstLastPiecePriority = false;
bool hasSeedStatus = false;
@@ -313,7 +312,6 @@ namespace BitTorrent
qreal m_ratioLimit;
int m_seedingTimeLimit;
bool m_hasSeedStatus;
bool m_tempPathDisabled;
bool m_fastresumeDataRejected = false;
bool m_hasMissingFiles = false;
bool m_hasRootFolder;