variable number of fields per schematic component

This commit is contained in:
dickelbeck 2008-10-06 05:48:36 +00:00
parent 2d526b3fbc
commit cdf9a2291f
1 changed files with 0 additions and 4 deletions

View File

@ -891,10 +891,6 @@ bool SCH_COMPONENT::Save( FILE* f ) const
if( field->m_Text.IsEmpty() && defaultName == field->m_Name )
continue;
// re-number the fields on disk so they are contiguously numbered.
// The field index is probably not needed long term.
field->m_FieldId = fieldNdx;
if( !field->Save( f ) )
{
Success = false;