rm dead code
authorThomasV <thomasv@gitorious>
Fri, 25 Apr 2014 09:29:01 +0000 (11:29 +0200)
committerThomasV <thomasv@gitorious>
Fri, 25 Apr 2014 09:29:01 +0000 (11:29 +0200)
gui/qt/main_window.py

index cd4622a..4ce7372 100644 (file)
@@ -109,11 +109,8 @@ class ElectrumWindow(QMainWindow):
         self.network = network
         self.tray = gui_object.tray
         self.go_lite = gui_object.go_lite
-
-        self._close_electrum = False
         self.lite = None
 
-
         self.create_status_bar()
         self.need_update = threading.Event()