new mobile login: remove saveCredentials() from StartPage.qml

The local qml function saveCredentials() in StartPage are not used.

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2019-12-18 14:29:03 +01:00 committed by Dirk Hohndel
parent 5f5d4ffbc9
commit 1468af3519

View file

@ -10,8 +10,6 @@ Kirigami.ScrollablePage {
id: startpage
background: Rectangle { color: subsurfaceTheme.backgroundColor }
function saveCredentials() { cloudCredentials.saveCredentials() }
ColumnLayout {
CloudCredentials {
id: cloudCredentials