Remove unused variables

This commit is contained in:
Magne Sjaastad 2017-10-20 16:25:22 +02:00
parent 359ac1cbd7
commit 0bd745dd66
2 changed files with 0 additions and 4 deletions

View File

@ -58,8 +58,6 @@ void RicNewSummaryCurveFeature::onActionTriggered(bool isChecked)
RimProject* project = RiaApplication::instance()->project();
CVF_ASSERT(project);
RimSummaryPlotCollection* summaryPlotColl = RiaSummaryTools::summaryPlotCollection();
RimSummaryPlot* plot = selectedSummaryPlot();
if (plot)
{

View File

@ -58,8 +58,6 @@ void RicNewSummaryCurveFilterFeature::onActionTriggered(bool isChecked)
RimProject* project = RiaApplication::instance()->project();
CVF_ASSERT(project);
RimSummaryPlotCollection* summaryPlotColl = RiaSummaryTools::summaryPlotCollection();
RimSummaryPlot* plot = selectedSummaryPlot();
if (plot)
{