Remove unused variables from wxRadioBox

These variables never got assigned a value.
This commit is contained in:
Maarten Bent
2017-12-10 18:18:07 +01:00
parent febd929f0f
commit f696d035a6
2 changed files with 5 additions and 35 deletions

View File

@@ -172,11 +172,6 @@ protected:
WXHWND m_dummyHwnd;
wxWindowIDRef m_dummyId;
// array of widths and heights of the buttons, may be wxDefaultCoord if the
// corresponding quantity should be computed
int *m_radioWidth;
int *m_radioHeight;
// currently selected button or wxNOT_FOUND if none
int m_selectedButton;