WizardRestoreWallet3: remove unused code

This commit is contained in:
rating89us 2022-01-16 19:01:51 +01:00 committed by GitHub
parent a959919b8a
commit de49ddcf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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;