diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-01-24 15:25:19 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-01-24 15:25:19 -0500 |
| commit | e9afaa9cc89acc06b41e05748c5795efdeee9627 (patch) | |
| tree | 2ff2858228cf2902cbad230d41a6a50d52a675a4 | |
| parent | 78e3b947d1e6c5af68f1a1ab988f27a5296b4918 (diff) | |
| parent | de49ddcf5b6e17a10178ee994718b177b9717d0a (diff) | |
| download | monzero-gui-e9afaa9cc89acc06b41e05748c5795efdeee9627.tar.gz monzero-gui-e9afaa9cc89acc06b41e05748c5795efdeee9627.tar.xz monzero-gui-e9afaa9cc89acc06b41e05748c5795efdeee9627.zip | |
Merge pull request #3822
de49ddc WizardRestoreWallet3: remove unused code (rating89us)
| -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; |
