mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
no need to save config here since interface does it before passing it over
This commit is contained in:
parent
8adff80407
commit
330b4c2115
1 changed files with 0 additions and 4 deletions
|
@ -279,10 +279,6 @@ class Manager:
|
|||
self.state = persistent_state()
|
||||
|
||||
def quit(self):
|
||||
# Pickle the prefs
|
||||
print "Saving prefs..."
|
||||
self.config.save()
|
||||
|
||||
# Pickle the state
|
||||
self.pickle_state()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue