diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2022-01-16 19:01:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-16 19:01:51 +0100 |
| commit | de49ddcf5b6e17a10178ee994718b177b9717d0a (patch) | |
| tree | 92958d7fc8177cb00f5edd0b97988f7557b6638d /wizard | |
| parent | a959919b8ad798d1384f83c5bf3ed7a2d16dc8aa (diff) | |
| download | monzero-gui-de49ddcf5b6e17a10178ee994718b177b9717d0a.tar.gz monzero-gui-de49ddcf5b6e17a10178ee994718b177b9717d0a.tar.xz monzero-gui-de49ddcf5b6e17a10178ee994718b177b9717d0a.zip | |
WizardRestoreWallet3: remove unused code
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardRestoreWallet3.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/wizard/WizardRestoreWallet3.qml b/wizard/WizardRestoreWallet3.qml index 9fc98358..bf9019b7 100644 --- a/wizard/WizardRestoreWallet3.qml +++ b/wizard/WizardRestoreWallet3.qml @@ -42,11 +42,6 @@ Rectangle { property string viewName: "wizardRestoreWallet3" property int recoveryMode: 1 - function verify() { - // @TODO: check if walletName already exists in walletLocation - return walletName.text !== ''; - } - ColumnLayout { id: pageRoot Layout.alignment: Qt.AlignHCenter; |
