diff --git a/src/gui/properties/trackerlist.cpp b/src/gui/properties/trackerlist.cpp index cfb88379c..1477f8f03 100644 --- a/src/gui/properties/trackerlist.cpp +++ b/src/gui/properties/trackerlist.cpp @@ -446,8 +446,6 @@ void TrackerList::editSelectedTracker() BitTorrent::TorrentHandle *const torrent = m_properties->getCurrentTorrent(); if (!torrent) return; - QString hash = torrent->hash(); - QList selectedTrackerItems = getSelectedTrackerItems(); if (selectedTrackerItems.isEmpty()) return;