Browse Source

Remove dead code.

6.0.7
Jeff Young 5 years ago
parent
commit
1ddd0e53bb
  1. 3
      common/widgets/footprint_select_widget.cpp
  2. 1
      include/widgets/footprint_select_widget.h

3
common/widgets/footprint_select_widget.cpp

@ -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 );

1
include/widgets/footprint_select_widget.h

@ -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 );

Loading…
Cancel
Save