From a47bcbb3e7133327da9e7000dfcc7ae40f42ef6e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 15 Apr 2018 07:09:23 -0700 Subject: QML: remove unused property Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 2 -- mobile-widgets/qml/DownloadedDiveDelegate.qml | 1 - 2 files changed, 3 deletions(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index ed2bb674f..d332769e5 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -55,8 +55,6 @@ Kirigami.ScrollablePage { activeBackgroundColor: subsurfaceTheme.primaryColor textColor: checked ? subsurfaceTheme.primaryTextColor : subsurfaceTheme.textColor - property real detailsOpacity : 0 - states: [ State { name: "isHidden"; diff --git a/mobile-widgets/qml/DownloadedDiveDelegate.qml b/mobile-widgets/qml/DownloadedDiveDelegate.qml index 3addcda31..103d9f534 100644 --- a/mobile-widgets/qml/DownloadedDiveDelegate.qml +++ b/mobile-widgets/qml/DownloadedDiveDelegate.qml @@ -20,7 +20,6 @@ Kirigami.AbstractListItem { height: Math.round(Kirigami.Units.gridUnit * 1.8) padding: 0 - property real detailsOpacity : 0 property color textColor: subsurfaceTheme.secondaryTextColor Row { -- cgit v1.2.3-70-g09d2