Remove needless del
This commit is contained in:
parent
78d0439d6f
commit
a7e70509b0
|
@ -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…
Reference in New Issue