diff --git a/ApplicationLibCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp b/ApplicationLibCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp index 746b0b8a58..a12729fea4 100644 --- a/ApplicationLibCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp +++ b/ApplicationLibCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp @@ -149,13 +149,5 @@ RimSummaryPlot* RicEditSummaryPlotFeature::selectedSummaryPlot() sumPlot = RiaSummaryTools::parentSummaryPlot( selObj ); } - if ( !sumPlot ) - { - RimSummaryMultiPlot* multiPlot = RiaSummaryTools::parentSummaryMultiPlot( selObj ); - if ( multiPlot ) - { - } - } - return sumPlot; }