From bbd6a1db0ecf14e62b2c9e79f5f22759ee0b5ce1 Mon Sep 17 00:00:00 2001 From: WhiteChairFromIkea Date: Tue, 2 Mar 2021 06:58:08 +0000 Subject: [PATCH] Formatting --- pcbnew/plugins/altium/altium_parser_pcb.cpp | 2 -- 1 file changed, 2 deletions(-) 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 =