Skip to content
Snippets Groups Projects
Commit d95268ff authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

DepthprobeInstrumentItem: rm unused var

parent 4c8fe77d
No related branches found
No related tags found
1 merge request!1457Restore instruments serialization (#512)
Pipeline #92173 passed
......@@ -185,13 +185,9 @@ public:
AxisProperty& zAxis() { return m_zAxis; }
bool isExpandParameters() const { return m_expandParameters; }
void setExpandParameters(bool b) { m_expandParameters = b; }
private:
mutable std::unique_ptr<const ICoordSystem> m_coosys;
AxisProperty m_zAxis;
bool m_expandParameters = true;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment