X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c746b747074dba438ac1c06b612184aaad7c7dc6..951f68d01cabb566f1e3015768622c5e040af07a:/include/wx/radiobox.h?ds=sidebyside 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;