Mercurial > hg > svgui
changeset 1591:26e80a450e74
Remove unused variable
author | Chris Cannam |
---|---|
date | Fri, 03 Apr 2020 11:35:40 +0100 |
parents | e660a00bc3b9 |
children | 1da52d5e6700 |
files | widgets/PropertyBox.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);