Janitor : Remove unused variable

This commit is contained in:
Magne Sjaastad 2019-11-07 09:44:50 +01:00
parent d1ca612e3a
commit 70d220ae19

View File

@ -150,8 +150,6 @@ void RimGridPlotWindow::removePlot( RimPlotInterface* plot )
void RimGridPlotWindow::movePlotsToThis( const std::vector<RimPlotInterface*>& plotsToMove,
RimPlotInterface* plotToInsertAfter )
{
std::set<caf::PdmObject*> objectsToUpdate;
for ( size_t tIdx = 0; tIdx < plotsToMove.size(); tIdx++ )
{
RimPlotInterface* plot = plotsToMove[tIdx];