X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c746b747074dba438ac1c06b612184aaad7c7dc6..e2badebb8fad5ee453fada24f336c275df9f216b:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index ed60e202b8..31948da68d 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -84,20 +84,12 @@ public: } - // deprecated functions - // -------------------- - -#if WXWIN_COMPATIBILITY_2_4 - wxDEPRECATED( int GetNumberOfRowsOrCols() const ); - wxDEPRECATED( void SetNumberOfRowsOrCols(int n) ); -#endif // WXWIN_COMPATIBILITY_2_4 - protected: wxRadioBoxBase() { + m_numCols = + m_numRows = m_majorDim = 0; - m_numCols = 0; - m_numRows = 0; #if wxUSE_TOOLTIPS m_itemsTooltips = NULL;