Remove unused variable

This commit is contained in:
Gaute Lindkvist
2019-11-29 15:38:37 +01:00
parent eb246bd6fc
commit d09e33f6d8

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();