From d09e33f6d8208207a1d4e7cb80218a6476bc7fb7 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Fri, 29 Nov 2019 15:38:37 +0100 Subject: [PATCH] Remove unused variable --- .../RicNewWellLogCurveExtractionFeature.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ApplicationCode/Commands/WellLogCommands/RicNewWellLogCurveExtractionFeature.cpp b/ApplicationCode/Commands/WellLogCommands/RicNewWellLogCurveExtractionFeature.cpp index 433903560f..5070267c4a 100644 --- a/ApplicationCode/Commands/WellLogCommands/RicNewWellLogCurveExtractionFeature.cpp +++ b/ApplicationCode/Commands/WellLogCommands/RicNewWellLogCurveExtractionFeature.cpp @@ -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();