remove duplicate available_for

This commit is contained in:
ThomasV 2015-08-21 00:18:08 +02:00
parent f01ef5dd71
commit 728dc85c84
1 changed files with 0 additions and 2 deletions

View File

@ -69,7 +69,6 @@ descriptions = [
'name':'keepkey', 'name':'keepkey',
'fullname': 'KeepKey', 'fullname': 'KeepKey',
'description': _('Provides support for KeepKey hardware wallet'), 'description': _('Provides support for KeepKey hardware wallet'),
'available_for': ['qt'],
'requires': [('keepkeylib','github.com/keepkey/python-keepkey')], 'requires': [('keepkeylib','github.com/keepkey/python-keepkey')],
'requires_wallet_type': ['keepkey'], 'requires_wallet_type': ['keepkey'],
'registers_wallet_type': ('hardware', 'keepkey', _("KeepKey wallet")), 'registers_wallet_type': ('hardware', 'keepkey', _("KeepKey wallet")),
@ -95,7 +94,6 @@ descriptions = [
'name':'trezor', 'name':'trezor',
'fullname': 'Trezor Wallet', 'fullname': 'Trezor Wallet',
'description': _('Provides support for Trezor hardware wallet'), 'description': _('Provides support for Trezor hardware wallet'),
'available_for': ['qt'],
'requires': [('trezorlib','github.com/trezor/python-trezor')], 'requires': [('trezorlib','github.com/trezor/python-trezor')],
'requires_wallet_type': ['trezor'], 'requires_wallet_type': ['trezor'],
'registers_wallet_type': ('hardware', 'trezor', _("Trezor wallet")), 'registers_wallet_type': ('hardware', 'trezor', _("Trezor wallet")),