1
0

trezor: remove some keepkey-related stuff

This commit is contained in:
SomberNight
2018-05-01 13:50:22 +02:00
parent c8bed8791a
commit 76e2fadc31
3 changed files with 2 additions and 128 deletions

View File

@@ -221,7 +221,7 @@ class QtPlugin(QtPluginBase):
hbox1 = QHBoxLayout()
gb.setLayout(hbox1)
# KeepKey recovery doesn't need a word count
if method == TIM_NEW or self.device == 'TREZOR':
if method == TIM_NEW:
vbox.addWidget(gb)
gb.setTitle(_("Select your seed length:"))
bg = QButtonGroup()