Remove dead code
This commit is contained in:
parent
c9d65c5324
commit
10e4bf2a20
|
@ -816,10 +816,3 @@ bool BOARD_NETLIST_UPDATER::UpdateNetlist( NETLIST& aNetlist )
|
||||||
m_reporter->ReportTail( _( "Netlist update successful!" ), REPORTER::RPT_ACTION );
|
m_reporter->ReportTail( _( "Netlist update successful!" ), REPORTER::RPT_ACTION );
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool BOARD_NETLIST_UPDATER::UpdateNetlist( const wxString& aNetlistFileName,
|
|
||||||
const wxString& aCmpFileName )
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
|
@ -84,9 +84,6 @@ public:
|
||||||
*/
|
*/
|
||||||
bool UpdateNetlist( NETLIST& aNetlist );
|
bool UpdateNetlist( NETLIST& aNetlist );
|
||||||
|
|
||||||
// @todo: implement and move NETLIST::ReadPcbNetlist here
|
|
||||||
bool UpdateNetlist( const wxString& aNetlistFileName, const wxString& aCmpFileName );
|
|
||||||
|
|
||||||
///> Sets the reporter object
|
///> Sets the reporter object
|
||||||
void SetReporter( REPORTER* aReporter )
|
void SetReporter( REPORTER* aReporter )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue