Remove unused variable
This commit is contained in:
parent
6c05f2c67c
commit
37a3f52d81
|
@ -786,8 +786,6 @@ void FOOTPRINT::Remove( BOARD_ITEM* aBoardItem, REMOVE_MODE aMode )
|
|||
{
|
||||
case PCB_FIELD_T:
|
||||
{
|
||||
PCB_FIELD* field = static_cast<PCB_FIELD*>( aBoardItem );
|
||||
|
||||
for( auto it = m_fields.begin(); it != m_fields.end(); ++it )
|
||||
{
|
||||
if( *it == aBoardItem )
|
||||
|
|
Loading…
Reference in New Issue