No changes, just remove an unused variable from the widgets sample.

Thanks clang for the warning.
This commit is contained in:
Vadim Zeitlin
2015-03-08 16:10:20 +01:00
committed by Vadim Zeitlin
parent a4f536547b
commit 7048b7ec4a

View File

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