mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Remove unused variables.
This commit is contained in:
parent
2739cdbd43
commit
c3bf51c94b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user