summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/GpsList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/GpsList.qml')
-rw-r--r--qt-mobile/qml/GpsList.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml
index 07dc4a5de..2c30ae171 100644
--- a/qt-mobile/qml/GpsList.qml
+++ b/qt-mobile/qml/GpsList.qml
@@ -14,18 +14,6 @@ MobileComponents.Page {
anchors.margins: MobileComponents.Units.gridUnit / 2
objectName: "gpsList"
- contextualActions: [
- Action {
- id: closeLog
- text: "Close GPS list"
- iconName: "view-readermode"
- onTriggered: {
- stackView.pop()
- contextDrawer.close()
- }
- }
- ]
-
Component {
id: gpsDelegate
MobileComponents.ListItemWithActions {