Remove unused variable

This commit is contained in:
Gaute Lindkvist
2019-11-29 15:38:37 +01:00
parent 76d7f526ba
commit 7c3d45770b

View File

@@ -116,13 +116,13 @@ void RicNewWellLogCurveExtractionFeature::onActionTriggered( bool isChecked )
newWellLogPlotTrack->setFormationCase( view->ownerCase() );
}
RimWellLogExtractionCurve* plotCurve = RicWellLogTools::addWellLogExtractionCurve( newWellLogPlotTrack,
ownerCase,
view,
wellPath,
simWell,
branchIndex,
useBranchDetection );
RicWellLogTools::addWellLogExtractionCurve( newWellLogPlotTrack,
ownerCase,
view,
wellPath,
simWell,
branchIndex,
useBranchDetection );
}
}
RiuPlotMainWindowTools::refreshToolbars();