mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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
|
return self.main_glade
|
||||||
|
|
||||||
def quit(self):
|
def quit(self):
|
||||||
del self.config
|
|
||||||
gtk.main_quit()
|
gtk.main_quit()
|
||||||
|
|
||||||
def load_window_state(self):
|
def load_window_state(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue