From 284fbf55124a6f5f31259a2cd0139d6e49c44ca2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 21 Apr 2011 15:16:54 +0000 Subject: [PATCH] Code clean up --- src/qtlibtorrent/qtorrenthandle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qtlibtorrent/qtorrenthandle.cpp b/src/qtlibtorrent/qtorrenthandle.cpp index 83b2f59fb..6c192f860 100644 --- a/src/qtlibtorrent/qtorrenthandle.cpp +++ b/src/qtlibtorrent/qtorrenthandle.cpp @@ -420,7 +420,6 @@ QStringList QTorrentHandle::absolute_files_path_uneeded() const { QDir saveDir(save_path()); QStringList res; std::vector fp = torrent_handle::file_priorities(); - torrent_info::file_iterator fi = torrent_handle::get_torrent_info().begin_files(); for(int i = 0; i < num_files(); ++i) { if(fp[i] == 0) { const QString file_path = QDir::cleanPath(saveDir.absoluteFilePath(filepath_at(i)));