Remove unused variable

This commit is contained in:
Seth Hillbrand 2022-08-15 07:52:53 -07:00
parent 898ec0d094
commit 9828360759
1 changed files with 0 additions and 3 deletions

View File

@ -2017,9 +2017,6 @@ void EAGLE_PLUGIN::packagePad( FOOTPRINT* aFootprint, wxXmlNode* aTree )
if( e.rot )
pad->SetOrientation( EDA_ANGLE( e.rot->degrees, DEGREES_T ) );
VECTOR2I sz = pad->GetSize();
if( pad->GetSizeX() > 0 && pad->GetSizeY() > 0 )
{
aFootprint->Add( pad.release() );