mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 11:39:31 +00:00
Merge pull request #3822
de49ddc
WizardRestoreWallet3: remove unused code (rating89us)
This commit is contained in:
commit
e9afaa9cc8
1 changed files with 0 additions and 5 deletions
|
@ -42,11 +42,6 @@ Rectangle {
|
||||||
property string viewName: "wizardRestoreWallet3"
|
property string viewName: "wizardRestoreWallet3"
|
||||||
property int recoveryMode: 1
|
property int recoveryMode: 1
|
||||||
|
|
||||||
function verify() {
|
|
||||||
// @TODO: check if walletName already exists in walletLocation
|
|
||||||
return walletName.text !== '';
|
|
||||||
}
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: pageRoot
|
id: pageRoot
|
||||||
Layout.alignment: Qt.AlignHCenter;
|
Layout.alignment: Qt.AlignHCenter;
|
||||||
|
|
Loading…
Reference in a new issue