aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2022-01-16 19:01:51 +0100
committerGitHub <noreply@github.com>2022-01-16 19:01:51 +0100
commitde49ddcf5b6e17a10178ee994718b177b9717d0a (patch)
tree92958d7fc8177cb00f5edd0b97988f7557b6638d
parenta959919b8ad798d1384f83c5bf3ed7a2d16dc8aa (diff)
downloadmonzero-gui-de49ddcf5b6e17a10178ee994718b177b9717d0a.tar.gz
monzero-gui-de49ddcf5b6e17a10178ee994718b177b9717d0a.tar.xz
monzero-gui-de49ddcf5b6e17a10178ee994718b177b9717d0a.zip
WizardRestoreWallet3: remove unused code
-rw-r--r--wizard/WizardRestoreWallet3.qml5
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;