Eeschema: fix build error due to field auto place code merged along with bug fix.

This commit is contained in:
Wayne Stambaugh 2016-04-07 15:30:12 -04:00
parent 4a665f492e
commit fd054f566e
1 changed files with 0 additions and 3 deletions

View File

@ -84,9 +84,6 @@ void SCH_EDIT_FRAME::EditComponentFieldText( SCH_FIELD* aField )
m_canvas->SetIgnoreMouseEvents( false );
OnModify();
if( m_autoplaceFields )
component->AutoAutoplaceFields( GetScreen() );
m_canvas->Refresh();
MSG_PANEL_ITEMS items;