#9591 Janitor: remove unused parameter in RiuPlotWigdet::createPlotCurve.

This commit is contained in:
Kristian Bendiksen
2023-01-09 11:38:40 +01:00
committed by Magne Sjaastad
parent 7d3fbf1234
commit 6b631b3d5a
8 changed files with 8 additions and 9 deletions

View File

@@ -1139,7 +1139,7 @@ void RimPlotCurve::setParentPlotNoReplot( RiuPlotWidget* plotWidget )
}
auto color = RiaColorTools::toQColor( m_curveAppearance->color() );
m_plotCurve = m_parentPlot->createPlotCurve( this, "", color );
m_plotCurve = m_parentPlot->createPlotCurve( this, "" );
m_plotCurve->updateErrorBarsAppearance( m_showErrorBars, color );
// PERFORMANCE NOTE