Remove unused variable

This commit is contained in:
Chocobo1 2018-03-11 22:31:17 +08:00
parent 141a2d2856
commit 6767487e40
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -446,8 +446,6 @@ void TrackerList::editSelectedTracker()
BitTorrent::TorrentHandle *const torrent = m_properties->getCurrentTorrent();
if (!torrent) return;
QString hash = torrent->hash();
QList<QTreeWidgetItem *> selectedTrackerItems = getSelectedTrackerItems();
if (selectedTrackerItems.isEmpty()) return;