diff --git a/pcbnew/plugins/altium/altium_parser_pcb.cpp b/pcbnew/plugins/altium/altium_parser_pcb.cpp index 40a015b2a0..aaf8067faf 100644 --- a/pcbnew/plugins/altium/altium_parser_pcb.cpp +++ b/pcbnew/plugins/altium/altium_parser_pcb.cpp @@ -274,8 +274,6 @@ ACOMPONENT6::ACOMPONENT6( ALTIUM_PARSER& aReader ) sourcedesignator = ALTIUM_PARSER::PropertiesReadString( properties, "SOURCEDESIGNATOR", "" ); sourcefootprintlibrary = ALTIUM_PARSER::PropertiesReadString( properties, "SOURCEFOOTPRINTLIBRARY", "" ); - - // Actual footprint is under "PATTERN" pattern = ALTIUM_PARSER::PropertiesReadString( properties, "PATTERN", "" ); sourcecomponentlibrary =