Remove dead code

This commit is contained in:
jean-pierre charras 2019-08-11 14:22:58 +02:00
parent c9d65c5324
commit 10e4bf2a20
2 changed files with 0 additions and 10 deletions

View File

@ -816,10 +816,3 @@ bool BOARD_NETLIST_UPDATER::UpdateNetlist( NETLIST& aNetlist )
m_reporter->ReportTail( _( "Netlist update successful!" ), REPORTER::RPT_ACTION );
return true;
}
bool BOARD_NETLIST_UPDATER::UpdateNetlist( const wxString& aNetlistFileName,
const wxString& aCmpFileName )
{
return false;
}

View File

@ -84,9 +84,6 @@ public:
*/
bool UpdateNetlist( NETLIST& aNetlist );
// @todo: implement and move NETLIST::ReadPcbNetlist here
bool UpdateNetlist( const wxString& aNetlistFileName, const wxString& aCmpFileName );
///> Sets the reporter object
void SetReporter( REPORTER* aReporter )
{