From 9973fb4ed5bd48f490caa0e534b5edb5261e6ab0 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 4 Jul 2016 10:34:02 +0200 Subject: [PATCH] Code cleanup --- src/qml/qgismobileapp.qml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/qml/qgismobileapp.qml b/src/qml/qgismobileapp.qml index 4c7c53a7b6..161466ba1b 100644 --- a/src/qml/qgismobileapp.qml +++ b/src/qml/qgismobileapp.qml @@ -214,29 +214,6 @@ Rectangle { visible: mainWindow.state === "digitize" && !digitizingToolbar.isDigitizing } -/* - Item { - height: parent.height - width: 300*dp - - Rectangle { - anchors.fill: parent - color: "#bb555555" - border.color: "#dddddd" - border.width: 1 - } - - MouseArea { - anchors.fill: parent - - onClicked: { - mainMenu.popup() - } - } - - visible: ( mainWindow.state === "digitize" ) - } -*/ Button { id: gpsButton state: positionSource.active ? "On" : "Off"