diff --git a/src/qtlibtorrent/qtorrenthandle.cpp b/src/qtlibtorrent/qtorrenthandle.cpp index 967668823..cedeb76ac 100644 --- a/src/qtlibtorrent/qtorrenthandle.cpp +++ b/src/qtlibtorrent/qtorrenthandle.cpp @@ -514,8 +514,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...";