diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-18 14:29:03 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 08:25:51 +0900 |
commit | 1468af35190407f04bd77a0ac28801ae21307d06 (patch) | |
tree | f32af4517ace0f12a3c85150cc92c9cc7ead1a8f | |
parent | 5f5d4ffbc944fce6ceeb35da205915b6ff55c5e1 (diff) | |
download | subsurface-1468af35190407f04bd77a0ac28801ae21307d06.tar.gz |
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>
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index b5cdd56aa..16fa7cc3a 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -10,8 +10,6 @@ Kirigami.ScrollablePage { id: startpage background: Rectangle { color: subsurfaceTheme.backgroundColor } - function saveCredentials() { cloudCredentials.saveCredentials() } - ColumnLayout { CloudCredentials { id: cloudCredentials |