From 3ac99af7c66c5370891b492929d60f3edcd6d442 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 2 Sep 2015 17:00:33 +0900 Subject: [PATCH] Remove unused variable --- gui/qt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py index 1e4864d3c..81cb6c5d8 100644 --- 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)