From: Robin Dunn Date: Thu, 24 Feb 2005 18:34:50 +0000 (+0000) Subject: Took out IsValid. It is not public everywhere. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5207975ffbe8d8fa2803d0cacfd45290e5fa5f09 Took out IsValid. It is not public everywhere. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_radio.i b/wxPython/src/_radio.i index aac8045906..fac2b130c1 100644 --- a/wxPython/src/_radio.i +++ b/wxPython/src/_radio.i @@ -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);