From fe030f15408bcc45fb9c2fc44a31430f99264bcc Mon Sep 17 00:00:00 2001 From: Gabriele Date: Tue, 28 Oct 2014 23:09:19 +0100 Subject: [PATCH] Remove unused code Leftovers of 4ec176b683c6 ("Make possible to move file to .unwanted directory after downloading") --- src/qtlibtorrent/qtorrenthandle.cpp | 2 -- 1 file changed, 2 deletions(-) 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...";