mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 18:53:45 +00:00
Remove unused cruft
This commit is contained in:
parent
f33559ff22
commit
54a34b2e7d
pcbnew
@ -110,8 +110,6 @@ bool CONNECTIVITY_DATA::Build( BOARD* aBoard, PROGRESS_REPORTER* aReporter )
|
||||
aReporter->KeepRefreshing( false );
|
||||
}
|
||||
|
||||
std::shared_ptr<NET_SETTINGS>& netSettings = aBoard->GetDesignSettings().m_NetSettings;
|
||||
|
||||
for( auto net : m_nets )
|
||||
if ( net )
|
||||
delete net;
|
||||
|
@ -627,12 +627,6 @@ bool DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR::TransferDataFromWindow()
|
||||
}
|
||||
|
||||
|
||||
static bool footprintIsFromBoard( FOOTPRINT* aFootprint )
|
||||
{
|
||||
return aFootprint->GetLink() != niluuid;
|
||||
}
|
||||
|
||||
|
||||
void DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR::OnAddField( wxCommandEvent& event )
|
||||
{
|
||||
if( !m_itemsGrid->CommitPendingChanges() )
|
||||
|
Loading…
Reference in New Issue
Block a user