From 944455a821ae56aaa25bf41714ececc2c8706ffb Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Thu, 26 Dec 2019 16:51:49 +0100 Subject: [PATCH] mobile-widgets/qml: remove property credentialStatus Property is unused, remove it. Signed-off-by: Jan Iversen Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 22369a331..6f318ac3b 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -12,7 +12,6 @@ Kirigami.ScrollablePage { objectName: "DiveList" title: qsTr("Dive list") verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff - property int credentialStatus: prefs.credentialStatus property int numDives: diveListView.count property color textColor: subsurfaceTheme.textColor property color secondaryTextColor: subsurfaceTheme.secondaryTextColor