diff options
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 54c746958..4896eadd5 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -314,15 +314,6 @@ Kirigami.ScrollablePage { } color: subsurfaceTheme.lightPrimaryTextColor } - MouseArea { - anchors.fill: sectionText - onClicked: { - if (activeTrip === section) - activeTrip = "" - else - activeTrip = section - } - } } Rectangle { height: Math.max(2, Kirigami.Units.gridUnit / 12) // we want a thicker line |