Revert "Allow 5.0 to read 6.0 files with hole-to-hole clearance settings."

This reverts commit 0a4c04530a.
This commit is contained in:
Jeff Young 2018-03-16 22:22:15 +00:00
parent 1684fc735a
commit e0e0687cd7
2 changed files with 1 additions and 8 deletions

View File

@ -93,7 +93,6 @@ gr_poly
gr_text
hatch
hide
hole_to_hole_min
italic
justify
keepout

View File

@ -1191,14 +1191,8 @@ void PCB_PARSER::parseSetup()
}
break;
case T_hole_to_hole_min:
// Not implemented yet...
parseBoardUnits( T_hole_to_hole_min );
NeedRIGHT();
break;
case T_pad_to_mask_clearance:
designSettings.m_SolderMaskMargin = parseBoardUnits( T_pad_to_mask_clearance );
designSettings.m_SolderMaskMargin = parseBoardUnits( T_pad_to_mask_clearance );
NeedRIGHT();
break;