Remove unused variables.
This commit is contained in:
parent
e953cb6a27
commit
2889861c0b
|
@ -618,8 +618,6 @@ void FOOTPRINT_VIEWER_FRAME::ClickOnLibList( wxCommandEvent& aEvent )
|
|||
if( getCurNickname() == name )
|
||||
return;
|
||||
|
||||
bool filterFocus = m_libFilter->HasFocus();
|
||||
|
||||
setCurNickname( name );
|
||||
|
||||
ReCreateFootprintList();
|
||||
|
@ -637,8 +635,6 @@ void FOOTPRINT_VIEWER_FRAME::ClickOnFootprintList( wxCommandEvent& aEvent )
|
|||
if( ii < 0 )
|
||||
return;
|
||||
|
||||
bool filterFocus = m_fpFilter->HasFocus();
|
||||
|
||||
wxString name = m_fpList->GetString( ii );
|
||||
|
||||
if( getCurFootprintName().CmpNoCase( name ) != 0 )
|
||||
|
|
Loading…
Reference in New Issue