fix: remove reset

This commit is contained in:
Richard Ramos 2020-11-26 13:30:11 -04:00 committed by Iuri Matias
parent 2f25ce5e80
commit ff6ceb840a
1 changed files with 0 additions and 3 deletions

View File

@ -73,9 +73,6 @@ ModalPopup {
width: parent.width
signingPhrase: walletModel.signingPhrase
visible: showSigningPhrase
reset: function() {
signingPhrase = Qt.binding(function() { return walletModel.signingPhrase })
}
}
Column {