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.
This commit is contained in:
Ghostkeeper 2017-08-25 14:03:54 +02:00
parent 0c7fd82e22
commit 165665247f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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