mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Remove unused variable
This commit is contained in:
parent
141a2d2856
commit
6767487e40
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue