Remove vestigial code

This commit is contained in:
fieldOfView 2015-12-01 15:27:21 +01:00
parent 8f11c36658
commit 139a88a189

View File

@ -367,14 +367,6 @@ UM.MainWindow
action: actions.open;
MouseArea {
anchors.fill: parent
onEntered: {
buttonTooltip.targetId = parent;
mouse.accepted = false;
}
onExited: {
buttonTooltip.targetId = undefined;
mouse.accepted = false;
}
cursorShape: Qt.PointingHandCursor
acceptedButtons: Qt.NoButton
}