mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
rm dead code
This commit is contained in:
parent
371e1a6ebf
commit
0ef853c046
1 changed files with 0 additions and 2 deletions
|
@ -121,8 +121,6 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
|||
self.setWindowTitle('Electrum - ' + _('Install Wizard'))
|
||||
self.app = app
|
||||
self.config = config
|
||||
# Set for base base class
|
||||
self.language_for_seed = config.get('language')
|
||||
self.setMinimumSize(600, 400)
|
||||
self.accept_signal.connect(self.accept)
|
||||
self.title = QLabel()
|
||||
|
|
Loading…
Add table
Reference in a new issue