]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
added alpha channel support to wxDFB's wxBitmap
[wxWidgets.git] / include / wx / radiobox.h
index ed60e202b886d43819eafbe6a31486a6bb5d2dfe..31948da68db2b142f5b42f153a6444c1daf58175 100644 (file)
@@ -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;