mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
remove unneeded code
This commit is contained in:
parent
ca51b3eeff
commit
cdb6450d48
1 changed files with 0 additions and 4 deletions
|
@ -1637,10 +1637,6 @@ want to remove all seeding torrents?")):
|
||||||
self.config.save()
|
self.config.save()
|
||||||
self.plugins.shutdown_all_plugins()
|
self.plugins.shutdown_all_plugins()
|
||||||
#for the sake of windows, hide tray_icon
|
#for the sake of windows, hide tray_icon
|
||||||
for torrent in self.manager.get_queue():
|
|
||||||
unique_id = self.manager.get_torrent_unique_id(torrent)
|
|
||||||
trackerslist = self.manager.get_trackers(unique_id)
|
|
||||||
self.manager.unique_IDs[unique_id].trackers = trackerslist
|
|
||||||
self.tray_icon.set_visible(False)
|
self.tray_icon.set_visible(False)
|
||||||
self.manager.quit()
|
self.manager.quit()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue