mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Remove unused variable
This commit is contained in:
parent
d1ca612e3a
commit
70d220ae19
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user