mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Remove needless del
This commit is contained in:
parent
78d0439d6f
commit
a7e70509b0
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ class MainWindow(component.Component):
|
|||
return self.main_glade
|
||||
|
||||
def quit(self):
|
||||
del self.config
|
||||
gtk.main_quit()
|
||||
|
||||
def load_window_state(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue