Remove unused variables.

This commit is contained in:
Jeff Young 2021-07-11 23:32:44 +01:00
parent e953cb6a27
commit 2889861c0b
1 changed files with 0 additions and 4 deletions

View File

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