diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-15 07:09:23 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-15 08:16:59 -0700 |
commit | a47bcbb3e7133327da9e7000dfcc7ae40f42ef6e (patch) | |
tree | 88f50cb6bc1bd0452bda67f037371d768e6a753a | |
parent | f28266bb197527134f63b9acea3b8ac1224de38c (diff) | |
download | subsurface-a47bcbb3e7133327da9e7000dfcc7ae40f42ef6e.tar.gz |
QML: remove unused property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 2 | ||||
-rw-r--r-- | mobile-widgets/qml/DownloadedDiveDelegate.qml | 1 |
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 { |