Remove unused code (#9290)

This commit is contained in:
jonjenssen
2022-09-15 08:19:41 +02:00
committed by Magne Sjaastad
parent 572d46272e
commit 22696beed8
@@ -149,13 +149,5 @@ RimSummaryPlot* RicEditSummaryPlotFeature::selectedSummaryPlot()
sumPlot = RiaSummaryTools::parentSummaryPlot( selObj );
}
if ( !sumPlot )
{
RimSummaryMultiPlot* multiPlot = RiaSummaryTools::parentSummaryMultiPlot( selObj );
if ( multiPlot )
{
}
}
return sumPlot;
}