From 70d220ae19986c34178fbd4ec1008503fb4704eb Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 7 Nov 2019 09:44:50 +0100 Subject: [PATCH] Janitor : Remove unused variable --- ApplicationCode/ProjectDataModel/RimGridPlotWindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ApplicationCode/ProjectDataModel/RimGridPlotWindow.cpp b/ApplicationCode/ProjectDataModel/RimGridPlotWindow.cpp index 66663ba92a..8337f4116f 100644 --- a/ApplicationCode/ProjectDataModel/RimGridPlotWindow.cpp +++ b/ApplicationCode/ProjectDataModel/RimGridPlotWindow.cpp @@ -150,8 +150,6 @@ void RimGridPlotWindow::removePlot( RimPlotInterface* plot ) void RimGridPlotWindow::movePlotsToThis( const std::vector& plotsToMove, RimPlotInterface* plotToInsertAfter ) { - std::set objectsToUpdate; - for ( size_t tIdx = 0; tIdx < plotsToMove.size(); tIdx++ ) { RimPlotInterface* plot = plotsToMove[tIdx];