Commit cdf9a229 authored by dickelbeck's avatar dickelbeck

variable number of fields per schematic component

parent 2d526b3f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment