X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc26eeb36a7415bd73d3e442c79b7acc0aeed6eb..96c2a0dd74ac90a17cf820f0e24064e831a09e4d:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 540e4945c3..31948da68d 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -84,17 +84,11 @@ 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; #if wxUSE_TOOLTIPS