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