Remove unused var

This commit is contained in:
Seth Hillbrand 2023-09-07 15:35:17 +02:00
parent 7505fd0f37
commit 3723e9efc1
1 changed files with 0 additions and 2 deletions

View File

@ -3694,8 +3694,6 @@ void SCH_ALTIUM_PLUGIN::ParseImplementation( const std::map<wxString, wxString>&
for( LIB_SYMBOL* symbol : aSymbol )
{
LIB_ID fpLibId = AltiumToKiCadLibID( elem.libname, elem.name );
wxArrayString fpFilters;
fpFilters.Add( fpLibId.Format() );
wxString txt;
txt.Printf( "*%s*", elem.name );