Remove unused variable.

This commit is contained in:
Roman Telezhynskyi 2022-02-14 14:12:29 +02:00
parent 080e84ff48
commit 0998354422

View file

@ -268,8 +268,6 @@ public:
private:
Q_DISABLE_COPY_MOVE(VYMeasurementDimension) // NOLINT
bool m_circumference{true};
};
//---------------------------------------------------------------------------------------------------------------------