diff --git a/eeschema/sch_plugins/altium/sch_altium_plugin.cpp b/eeschema/sch_plugins/altium/sch_altium_plugin.cpp index 980025788a..55c6d228ae 100644 --- a/eeschema/sch_plugins/altium/sch_altium_plugin.cpp +++ b/eeschema/sch_plugins/altium/sch_altium_plugin.cpp @@ -3694,8 +3694,6 @@ void SCH_ALTIUM_PLUGIN::ParseImplementation( const std::map& 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 );