mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove unused variables
This commit is contained in:
parent
359ac1cbd7
commit
0bd745dd66
@ -58,8 +58,6 @@ void RicNewSummaryCurveFeature::onActionTriggered(bool isChecked)
|
|||||||
RimProject* project = RiaApplication::instance()->project();
|
RimProject* project = RiaApplication::instance()->project();
|
||||||
CVF_ASSERT(project);
|
CVF_ASSERT(project);
|
||||||
|
|
||||||
RimSummaryPlotCollection* summaryPlotColl = RiaSummaryTools::summaryPlotCollection();
|
|
||||||
|
|
||||||
RimSummaryPlot* plot = selectedSummaryPlot();
|
RimSummaryPlot* plot = selectedSummaryPlot();
|
||||||
if (plot)
|
if (plot)
|
||||||
{
|
{
|
||||||
|
@ -58,8 +58,6 @@ void RicNewSummaryCurveFilterFeature::onActionTriggered(bool isChecked)
|
|||||||
RimProject* project = RiaApplication::instance()->project();
|
RimProject* project = RiaApplication::instance()->project();
|
||||||
CVF_ASSERT(project);
|
CVF_ASSERT(project);
|
||||||
|
|
||||||
RimSummaryPlotCollection* summaryPlotColl = RiaSummaryTools::summaryPlotCollection();
|
|
||||||
|
|
||||||
RimSummaryPlot* plot = selectedSummaryPlot();
|
RimSummaryPlot* plot = selectedSummaryPlot();
|
||||||
if (plot)
|
if (plot)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user