Remove unused
This commit is contained in:
parent
7e8b18035f
commit
06428e0161
|
@ -695,7 +695,7 @@ void SHAPE_POLY_SET::RebuildHolesFromContours()
|
|||
else
|
||||
{
|
||||
wxASSERT( parentOutlineId != -1 );
|
||||
int holeId = result.AddHole( contours[myId], parentOutlineId );
|
||||
result.AddHole( contours[myId], parentOutlineId );
|
||||
}
|
||||
|
||||
auto it = parentToChildren.find( myId );
|
||||
|
|
Loading…
Reference in New Issue