Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 4, 2016
1 parent e78b6a6 commit 9973fb4
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/qml/qgismobileapp.qml
Expand Up @@ -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"
Expand Down

0 comments on commit 9973fb4

Please sign in to comment.