Remove unused variable.
This commit is contained in:
parent
ab6a049b90
commit
2bb457d477
|
@ -203,8 +203,6 @@ void ConnectBoardShapes( std::vector<PCB_SHAPE*>& aShapeList,
|
|||
}
|
||||
}
|
||||
|
||||
PCB_SHAPE* prevGraphic = nullptr;
|
||||
|
||||
while( startCandidates.size() )
|
||||
{
|
||||
graphic = *startCandidates.begin();
|
||||
|
|
Loading…
Reference in New Issue