X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/853dcc57c6e5ba58e9e546c65ca4965256f3ac21..21e354f1079619b7cd5ede193ad9ac900e9134d1:/include/wx/motif/radiobox.h diff --git a/include/wx/motif/radiobox.h b/include/wx/motif/radiobox.h index 4f5b2fce4e..7b1ad3d78b 100644 --- a/include/wx/motif/radiobox.h +++ b/include/wx/motif/radiobox.h @@ -87,9 +87,6 @@ public: virtual int GetCount() const { return m_noItems; } ; void Command(wxCommandEvent& event); - int GetColumnCount() const; - int GetRowCount() const; - int GetNumberOfRowsOrCols() const { return m_noRowsOrCols; } void SetNumberOfRowsOrCols(int n) { m_noRowsOrCols = n; } @@ -106,7 +103,6 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); - int m_majorDim; int m_noItems; int m_noRowsOrCols; int m_selectedButton;