From 165665247f7fe24f0aac87bef7ce1667aaa8fe96 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 25 Aug 2017 14:03:54 +0200 Subject: [PATCH] Remove unused property valueWarning It is unused here. There is such a property being used by the profile selection drop-down but that one uses the valueWarning property in SidebarHeader.qml which is exactly the same. Contributes to issue CURA-4148. --- resources/qml/Sidebar.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 3d2b7e39dc..54c6d55049 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -252,7 +252,6 @@ Rectangle tooltip: Cura.MachineManager.activeQualityName style: UM.Theme.styles.sidebar_header_button activeFocusOnPress: true; - property var valueWarning: !Cura.MachineManager.isActiveQualitySupported menu: ProfileMenu { } UM.SimpleButton