Remove API removed in 04c4012e
from Python helpers
This commit is contained in:
parent
c1a724377f
commit
6c6a3ff465
|
@ -189,7 +189,6 @@ bool SaveBoard( wxString& aFileName, BOARD* aBoard, IO_MGR::PCB_FILE_T aFormat )
|
||||||
{
|
{
|
||||||
aBoard->BuildConnectivity();
|
aBoard->BuildConnectivity();
|
||||||
aBoard->SynchronizeNetsAndNetClasses();
|
aBoard->SynchronizeNetsAndNetClasses();
|
||||||
aBoard->GetDesignSettings().SetCurrentNetClass( NETCLASS::Default );
|
|
||||||
|
|
||||||
IO_MGR::Save( aFormat, aFileName, aBoard, NULL );
|
IO_MGR::Save( aFormat, aFileName, aBoard, NULL );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue