mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Remove unused code
Leftovers of 4ec176b683
("Make possible to move file to .unwanted
directory after downloading")
This commit is contained in:
parent
b0f767e699
commit
fe030f1540
1 changed files with 0 additions and 2 deletions
|
@ -513,8 +513,6 @@ void QTorrentHandle::prioritize_files(const vector<int> &files) const {
|
||||||
#endif
|
#endif
|
||||||
qDebug() << Q_FUNC_INFO;
|
qDebug() << Q_FUNC_INFO;
|
||||||
bool was_seed = is_seed();
|
bool was_seed = is_seed();
|
||||||
vector<size_type> progress;
|
|
||||||
file_progress(progress);
|
|
||||||
qDebug() << Q_FUNC_INFO << "Changing files priorities...";
|
qDebug() << Q_FUNC_INFO << "Changing files priorities...";
|
||||||
torrent_handle::prioritize_files(files);
|
torrent_handle::prioritize_files(files);
|
||||||
qDebug() << Q_FUNC_INFO << "Moving unwanted files to .unwanted folder and conversely...";
|
qDebug() << Q_FUNC_INFO << "Moving unwanted files to .unwanted folder and conversely...";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue