mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
QML UI: Remove unused onClicked event for back button
I don't know how this got here. Probably having fun with copy and paste. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
98dfc5c770
commit
37438e28d2
1 changed files with 0 additions and 7 deletions
|
@ -100,13 +100,6 @@ Rectangle {
|
|||
width: Math.round(MobileComponents.Units.gridUnit * 1.7)
|
||||
height: width
|
||||
}
|
||||
MouseArea {
|
||||
height: parent.height
|
||||
width: parent.width
|
||||
onClicked: {
|
||||
detailsWindow.open()
|
||||
}
|
||||
}
|
||||
MouseArea {
|
||||
height: parent.height
|
||||
width: parent.width
|
||||
|
|
Loading…
Reference in a new issue