mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove unused code (#9290)
This commit is contained in:
@@ -149,13 +149,5 @@ RimSummaryPlot* RicEditSummaryPlotFeature::selectedSummaryPlot()
|
||||
sumPlot = RiaSummaryTools::parentSummaryPlot( selObj );
|
||||
}
|
||||
|
||||
if ( !sumPlot )
|
||||
{
|
||||
RimSummaryMultiPlot* multiPlot = RiaSummaryTools::parentSummaryMultiPlot( selObj );
|
||||
if ( multiPlot )
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
return sumPlot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user