Fix compil warnings

This commit is contained in:
jean-pierre charras
2025-03-08 09:40:23 +01:00
parent 641e06e67c
commit 9d1b320896
4 changed files with 8 additions and 4 deletions
-2
View File
@@ -1124,8 +1124,6 @@ void BRDITEMS_PLOTTER::PlotTableBorders( const PCB_TABLE* aTable )
if( !m_layerMask[aTable->GetLayer()] )
return;
VECTOR2I pos = aTable->GetPosition();
VECTOR2I end = aTable->GetEnd();
int lineWidth;
LINE_STYLE lineStyle;
GBR_METADATA gbr_metadata;