Remove unused variable.

This commit is contained in:
Alex Shvartzkop 2023-09-04 07:00:10 +03:00
parent ab6a049b90
commit 2bb457d477
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ void ConnectBoardShapes( std::vector<PCB_SHAPE*>& aShapeList,
}
}
PCB_SHAPE* prevGraphic = nullptr;
while( startCandidates.size() )
{
graphic = *startCandidates.begin();