Clean EditableDatumLabel.cpp

removed unused variable
This commit is contained in:
mosfet80
2025-06-24 09:55:09 +01:00
committed by Chris Hennes
parent f0a44b9e8b
commit b25c54baee

View File

@@ -499,7 +499,6 @@ void EditableDatumLabel::setLockedAppearance(bool locked)
{
if (locked) {
if (spinBox) {
QWidget* mdi = viewer->parentWidget();
// create lock icon label it it doesn't exist, if it does - show it
if (!lockIconLabel) {