TorrentContentModel: Get rid of useless member

This commit is contained in:
Christophe Dumez
2012-08-26 18:26:06 +03:00
parent 0fdacf4d54
commit e0114ebffc
3 changed files with 3 additions and 12 deletions

View File

@@ -77,7 +77,6 @@ protected:
// Non-root item members
QString m_name;
qulonglong m_size;
float m_progress;
int m_priority;
qulonglong m_totalDone;
};