no need to save config here since interface does it before passing it over

This commit is contained in:
Marcos Pinto 2007-11-02 21:25:14 +00:00
parent 8adff80407
commit 330b4c2115
1 changed files with 0 additions and 4 deletions

View File

@ -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()