]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobox.mm
Allow wx parents a chance to handle events fired by non-wx children. (i.e. wxActiveX...
[wxWidgets.git] / src / cocoa / radiobox.mm
index 5d04a0852862e26580176b0aa1bd17fc0c17d2db..4dc469c0ddae67616198ccebabab5b270fc0df8c 100644 (file)
@@ -103,17 +103,6 @@ bool wxRadioBox::Show(int n, bool show)
     return false;
 }
 
     return false;
 }
 
-    // layout parameters
-int wxRadioBox::GetColumnCount() const
-{
-    return 0;
-}
-
-int wxRadioBox::GetRowCount() const
-{
-    return 0;
-}
-
 wxSize wxRadioBox::DoGetBestSize() const
 {
     return wxSize(50,50);
 wxSize wxRadioBox::DoGetBestSize() const
 {
     return wxSize(50,50);