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() ); newWellLogPlotTrack->setFormationCase( view->ownerCase() );
} }
RimWellLogExtractionCurve* plotCurve = RicWellLogTools::addWellLogExtractionCurve( newWellLogPlotTrack, RicWellLogTools::addWellLogExtractionCurve( newWellLogPlotTrack,
ownerCase, ownerCase,
view, view,
wellPath, wellPath,
simWell, simWell,
branchIndex, branchIndex,
useBranchDetection ); useBranchDetection );
} }
} }
RiuPlotMainWindowTools::refreshToolbars(); RiuPlotMainWindowTools::refreshToolbars();