]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
fix unused parameters warnings
[wxWidgets.git] / include / wx / radiobox.h
index 540e4945c3c8aef58cd0134f507185ff4f189c34..31948da68db2b142f5b42f153a6444c1daf58175 100644 (file)
@@ -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