From 37438e28d2f903d60e079bceb8d0ef4d20f45860 Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Tue, 9 Feb 2016 21:16:29 +0100 Subject: 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 Signed-off-by: Dirk Hohndel --- qt-mobile/qml/TopBar.qml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'qt-mobile/qml/TopBar.qml') diff --git a/qt-mobile/qml/TopBar.qml b/qt-mobile/qml/TopBar.qml index 7c6beb44b..107b261d3 100644 --- a/qt-mobile/qml/TopBar.qml +++ b/qt-mobile/qml/TopBar.qml @@ -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 -- cgit v1.2.3-70-g09d2