]> git.saurik.com Git - wxWidgets.git/commitdiff
Took out IsValid. It is not public everywhere.
authorRobin Dunn <robin@alldunn.com>
Thu, 24 Feb 2005 18:34:50 +0000 (18:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 24 Feb 2005 18:34:50 +0000 (18:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_radio.i

index aac8045906326e57e989cb4ec22c84ea70f276d7..fac2b130c19d2eea1cec484330d3e2bbc51a21e4 100644 (file)
@@ -88,7 +88,7 @@ public:
     }
 #endif
 
-    bool IsValid(int n) const;
+//    bool IsValid(int n) const;  ** not public
         
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);