Remove API removed in 04c4012e from Python helpers

This commit is contained in:
Jon Evans 2020-10-10 15:05:38 -04:00
parent c1a724377f
commit 6c6a3ff465
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ bool SaveBoard( wxString& aFileName, BOARD* aBoard, IO_MGR::PCB_FILE_T aFormat )
{
aBoard->BuildConnectivity();
aBoard->SynchronizeNetsAndNetClasses();
aBoard->GetDesignSettings().SetCurrentNetClass( NETCLASS::Default );
IO_MGR::Save( aFormat, aFileName, aBoard, NULL );