mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9591 Janitor: remove unused parameter in RiuPlotWigdet::createPlotCurve.
This commit is contained in:
committed by
Magne Sjaastad
parent
7d3fbf1234
commit
6b631b3d5a
@@ -1740,8 +1740,7 @@ void RimEnsembleCurveSet::updateEnsembleCurves( const std::vector<RimSummaryCase
|
||||
|
||||
if ( !m_plotCurveForLegendText )
|
||||
{
|
||||
m_plotCurveForLegendText =
|
||||
plot->plotWidget()->createPlotCurve( nullptr, "", RiaColorTools::toQColor( m_color ) );
|
||||
m_plotCurveForLegendText = plot->plotWidget()->createPlotCurve( nullptr, "" );
|
||||
}
|
||||
m_plotCurveForLegendText->attachToPlot( plot->plotWidget() );
|
||||
updateEnsembleLegendItem();
|
||||
|
||||
Reference in New Issue
Block a user