Remove unused variables.

This commit is contained in:
Jeff Young 2021-07-13 20:07:49 +01:00
parent 2739cdbd43
commit c3bf51c94b
1 changed files with 0 additions and 2 deletions

View File

@ -218,8 +218,6 @@ bool KIUI::IsInputControlEditable( wxWindow* aFocus )
wxTextEntry* textEntry = dynamic_cast<wxTextEntry*>( aFocus );
wxStyledTextCtrl* styledText = dynamic_cast<wxStyledTextCtrl*>( aFocus );
wxSearchCtrl* searchCtrl = dynamic_cast<wxSearchCtrl*>( aFocus );
wxListBox* listBox = dynamic_cast<wxListBox*>( aFocus );
wxCheckBox* checkboxCtrl = dynamic_cast<wxCheckBox*>( aFocus );
if( textEntry )
return textEntry->IsEditable();