diff --git a/src/qtlibtorrent/qtorrenthandle.cpp b/src/qtlibtorrent/qtorrenthandle.cpp index b0b725dd1..88b4dbf8c 100644 --- a/src/qtlibtorrent/qtorrenthandle.cpp +++ b/src/qtlibtorrent/qtorrenthandle.cpp @@ -513,8 +513,6 @@ void QTorrentHandle::prioritize_files(const vector &files) const { #endif qDebug() << Q_FUNC_INFO; bool was_seed = is_seed(); - vector 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...";