commit 3ac99af7c66c5370891b492929d60f3edcd6d442
parent 93c468504eda1f6466c72a337437cc3858f22ace
Author: Neil Booth <kyuupichan@gmail.com>
Date: Wed, 2 Sep 2015 17:00:33 +0900
Remove unused variable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py
@@ -149,7 +149,7 @@ class ElectrumGui:
self.config.cmdline_options['default_wallet_path'] = last_wallet
# main window
- self.current_window = self.main_window = self.start_new_window(self.config)
+ self.main_window = self.start_new_window(self.config)
# plugins interact with main window
run_hook('init_qt', self)