]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/radiobox.cpp
reSWIGed
[wxWidgets.git] / src / os2 / radiobox.cpp
index 01871f8e904750d55dfa65ede3e945bd81dd0e39..b0d640ae17bd697d25a93df04a38397484b16344 100644 (file)
@@ -263,9 +263,7 @@ bool wxRadioBox::Create(
 , const wxString                    asChoices[]
 , int                               nMajorDim
 , long                              lStyle
-#if wxUSE_VALIDATORS
 , const wxValidator&                rVal
-#endif
 , const wxString&                   rsName
 )
 {
@@ -288,9 +286,7 @@ bool wxRadioBox::Create(
                        ,rPos
                        ,rSize
                        ,lStyle
-#if wxUSE_VALIDATORS
                        ,rVal
-#endif
                        ,rsName
                       ))
         return FALSE;