#1915 Curve creator: Remove option to make default curve filter in preferences

This commit is contained in:
Rebecca Cox
2017-09-29 13:23:23 +02:00
parent e1c58fd1c3
commit 05e3774d36
5 changed files with 2 additions and 56 deletions

View File

@@ -200,16 +200,6 @@ bool RiaImportEclipseCaseTools::openEclipseCaseShowTimeStepFilterImpl(const QStr
delete existingFileSummaryCase;
}
else
{
if (app->preferences()->autoCreatePlotsOnImport())
{
RimMainPlotCollection* mainPlotColl = project->mainPlotCollection();
RimSummaryPlotCollection* summaryPlotColl = mainPlotColl->summaryPlotCollection();
RicNewSummaryPlotFeature::createNewSummaryPlot(summaryPlotColl, newSumCase);
}
}
sumCaseColl->updateConnectedEditors();
}