Eeschema Eagle Import: Renable label generation for unlabeled nets.

This commit is contained in:
Russell Oliver 2017-08-12 19:17:40 +10:00 committed by Maciej Suminski
parent aeb43b055c
commit 4a4954dd82
1 changed files with 1 additions and 2 deletions

View File

@ -789,7 +789,6 @@ void SCH_EAGLE_PLUGIN::loadSegments( wxXmlNode* aSegmentsNode, const wxString& n
SCH_LINE* wire = segmentWires.begin();
/*
if(labelled == false && wire != NULL )
{
wxString netname = netName;
@ -810,7 +809,7 @@ void SCH_EAGLE_PLUGIN::loadSegments( wxXmlNode* aSegmentsNode, const wxString& n
screen->Append( label.release() );
}
}
*/
SCH_LINE* next_wire;