Fixed some indent, and added some conditional compiles on pcbnew.cpp
This commit is contained in:
parent
06c570bab3
commit
c0be31aeda
|
@ -113,8 +113,6 @@ bool EDA_APP::OnInit()
|
||||||
wxFileName fn;
|
wxFileName fn;
|
||||||
PCB_EDIT_FRAME* frame = NULL;
|
PCB_EDIT_FRAME* frame = NULL;
|
||||||
|
|
||||||
int i=0;
|
|
||||||
|
|
||||||
#ifdef KICAD_SCRIPTING
|
#ifdef KICAD_SCRIPTING
|
||||||
pcbnewInitPythonScripting();
|
pcbnewInitPythonScripting();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue