Eeschema: Move last netlist code to netlist_exporters folder
This commit is contained in:
parent
52d8501563
commit
976b7e1c47
|
@ -191,7 +191,6 @@ set( EESCHEMA_SRCS
|
|||
lib_view_frame.cpp
|
||||
libarch.cpp
|
||||
menubar.cpp
|
||||
netlist_generator.cpp
|
||||
pin_number.cpp
|
||||
pin_type.cpp
|
||||
plotters/plot_schematic_DXF.cpp
|
||||
|
@ -246,6 +245,7 @@ set( EESCHEMA_SRCS
|
|||
netlist_exporters/netlist_exporter_kicad.cpp
|
||||
netlist_exporters/netlist_exporter_orcadpcb2.cpp
|
||||
netlist_exporters/netlist_exporter_pspice.cpp
|
||||
netlist_exporters/netlist_generator.cpp
|
||||
|
||||
tools/backannotate.cpp
|
||||
tools/assign_footprints.cpp
|
||||
|
|
|
@ -237,7 +237,6 @@ bool SCH_EDIT_FRAME::SchematicCleanUp( SCH_SCREEN* aScreen )
|
|||
for( ++it2; it2 != lines.end(); ++it2 )
|
||||
{
|
||||
SCH_LINE* secondLine = *it2;
|
||||
bool needed = false;
|
||||
|
||||
if( secondLine->GetFlags() & STRUCT_DELETED )
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue