1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 15:04:36 +00:00

Merge pull request #2092 from pmzqla/cleanup

Remove unused code
This commit is contained in:
sledgehammer999 2014-11-02 16:41:40 +02:00
commit 37d83cf6a8

View File

@ -514,8 +514,6 @@ void QTorrentHandle::prioritize_files(const vector<int> &files) const {
#endif
qDebug() << Q_FUNC_INFO;
bool was_seed = is_seed();
vector<size_type> progress;
file_progress(progress);
qDebug() << Q_FUNC_INFO << "Changing files priorities...";
torrent_handle::prioritize_files(files);
qDebug() << Q_FUNC_INFO << "Moving unwanted files to .unwanted folder and conversely...";