]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobox.mm
readability cleanup
[wxWidgets.git] / src / cocoa / radiobox.mm
index 1e807be0c6e9834abe605cf87e2b731a7bdde252..4dc469c0ddae67616198ccebabab5b270fc0df8c 100644 (file)
@@ -97,19 +97,10 @@ bool wxRadioBox::Enable(int n, bool enable)
     return false;
 }
 
-void wxRadioBox::Show(int n, bool show)
+bool wxRadioBox::Show(int n, bool show)
 {
-}
-
-    // layout parameters
-int wxRadioBox::GetColumnCount() const
-{
-    return 0;
-}
-
-int wxRadioBox::GetRowCount() const
-{
-    return 0;
+    // TODO
+    return false;
 }
 
 wxSize wxRadioBox::DoGetBestSize() const