Remove unused variable

This commit is contained in:
Neil Booth 2015-09-02 17:00:33 +09:00
parent 93c468504e
commit 3ac99af7c6
1 changed files with 1 additions and 1 deletions

View File

@ -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)