Janitor : Avoid replot in destructor of RimPlotCurve

This commit is contained in:
Magne Sjaastad 2019-12-04 12:37:55 +01:00
parent 1ba2fc14a5
commit df55c5f6dc

View File

@ -181,11 +181,6 @@ RimPlotCurve::~RimPlotCurve()
delete m_qwtCurveErrorBars;
m_qwtCurveErrorBars = nullptr;
}
if ( m_parentQwtPlot )
{
m_parentQwtPlot->replot();
}
}
//--------------------------------------------------------------------------------------------------