summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DownloadedDiveDelegate.qml
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 /mobile-widgets/qml/DownloadedDiveDelegate.qml
parentf28266bb197527134f63b9acea3b8ac1224de38c (diff)
downloadsubsurface-a47bcbb3e7133327da9e7000dfcc7ae40f42ef6e.tar.gz
QML: remove unused property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DownloadedDiveDelegate.qml')
-rw-r--r--mobile-widgets/qml/DownloadedDiveDelegate.qml1
1 files changed, 0 insertions, 1 deletions
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 {