No changes, just remove an unused variable from the widgets sample.
Thanks clang for the warning.
This commit is contained in:
committed by
Vadim Zeitlin
parent
a4f536547b
commit
7048b7ec4a
@@ -215,13 +215,6 @@ void ChoiceWidgetsPage::CreateContent()
|
||||
wxT("&Set choice parameters"));
|
||||
wxSizer *sizerLeft = new wxStaticBoxSizer(box, wxVERTICAL);
|
||||
|
||||
static const wxString modes[] =
|
||||
{
|
||||
wxT("single"),
|
||||
wxT("extended"),
|
||||
wxT("multiple"),
|
||||
};
|
||||
|
||||
m_chkSort = CreateCheckBoxAndAddToSizer(sizerLeft, wxT("&Sort items"));
|
||||
|
||||
wxButton *btn = new wxButton(this, ChoicePage_Reset, wxT("&Reset"));
|
||||
|
Reference in New Issue
Block a user