Removed unused variable

This commit is contained in:
Magne Sjaastad 2017-03-19 21:46:50 +01:00
parent fdbefb787a
commit fda7d6301f

View File

@ -61,7 +61,6 @@ private:
bool curveValueRangeY(const QwtPlotCurve* qwtCurve, double* min, double* max) const;
private:
RimSummaryYAxisProperties* m_axisProperties;
const std::vector<QwtPlotCurve*> m_singleCurves;
const std::vector<double> m_yValuesForAllCurves;
};