Remove unused variables from wxRadioBox
These variables never got assigned a value.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user