aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-15 07:09:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-15 08:16:59 -0700
commita47bcbb3e7133327da9e7000dfcc7ae40f42ef6e (patch)
tree88f50cb6bc1bd0452bda67f037371d768e6a753a
parentf28266bb197527134f63b9acea3b8ac1224de38c (diff)
downloadsubsurface-a47bcbb3e7133327da9e7000dfcc7ae40f42ef6e.tar.gz
QML: remove unused property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/DiveList.qml2
-rw-r--r--mobile-widgets/qml/DownloadedDiveDelegate.qml1
2 files changed, 0 insertions, 3 deletions
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 {