From de49ddcf5b6e17a10178ee994718b177b9717d0a Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sun, 16 Jan 2022 19:01:51 +0100 Subject: [PATCH] WizardRestoreWallet3: remove unused code --- wizard/WizardRestoreWallet3.qml | 5 ----- 1 file changed, 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;