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 /mobile-widgets/qml/DownloadedDiveDelegate.qml | |
parent | f28266bb197527134f63b9acea3b8ac1224de38c (diff) | |
download | subsurface-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.qml | 1 |
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 { |