# HG changeset patch # User Chris Cannam # Date 1585910140 -3600 # Node ID 26e80a450e746df6857b4a572aa611125bfe0473 # Parent e660a00bc3b97e35fc36729f43b5eeb9f3b7b537 Remove unused variable diff -r e660a00bc3b9 -r 26e80a450e74 widgets/PropertyBox.cpp --- a/widgets/PropertyBox.cpp Fri Apr 03 11:35:36 2020 +0100 +++ b/widgets/PropertyBox.cpp Fri Apr 03 11:35:40 2020 +0100 @@ -689,7 +689,6 @@ QObject *obj = sender(); QString name = obj->objectName(); - PropertyContainer::PropertyType type = m_container->getPropertyType(name); QString label = m_container->getPropertyLabel(name); int min = 0, max = 0, value = 0, deflt = 0; value = m_container->getPropertyRangeAndValue(name, &min, &max, &deflt);