diff --git a/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp b/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp index 358c9008fc..96d3e26550 100644 --- a/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp +++ b/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp @@ -82,9 +82,6 @@ void RicCreatePlotFromSelectionFeature::onActionTriggered( bool isChecked ) newSummaryPlot->resolveReferencesRecursively(); newSummaryPlot->initAfterReadRecursively(); - QString nameOfCopy = QString( "Copy of " ) + newSummaryPlot->description(); - newSummaryPlot->setDescription( nameOfCopy ); - auto summaryCurves = newSummaryPlot->summaryCurves(); for ( const auto& curve : summaryCurves )