Remove dead code.

This commit is contained in:
Jeff Young 2021-01-04 12:18:00 +00:00
parent 354d9b4e63
commit 1ddd0e53bb
2 changed files with 1 additions and 3 deletions

View File

@ -50,8 +50,7 @@ FOOTPRINT_SELECT_WIDGET::FOOTPRINT_SELECT_WIDGET( EDA_DRAW_FRAME* aFrame, wxWind
m_update( aUpdate ),
m_max_items( aMaxItems ),
m_last_item( 0 ),
m_fp_list( aFpList ),
m_eda_frame( aFrame )
m_fp_list( aFpList )
{
m_zero_filter = true;
m_sizer = new wxBoxSizer( wxVERTICAL );

View File

@ -137,7 +137,6 @@ private:
FOOTPRINT_LIST* m_fp_list;
FOOTPRINT_FILTER m_fp_filter;
bool m_zero_filter;
EDA_DRAW_FRAME* m_eda_frame;
void OnComboBox( wxCommandEvent& aEvent );
void OnComboInteractive( wxCommandEvent& aEvent );