Applied patch [ 657969 ] Removes #if wxUSE_VALIDATORS code

for wxOS2


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-12-27 14:52:14 +00:00
parent ea541b7362
commit d5f8e9457b
29 changed files with 0 additions and 126 deletions

View File

@@ -29,9 +29,7 @@ public:
,const wxString asChoices[] = NULL
,int nMajorDim = 0
,long lStyle = wxRA_HORIZONTAL
#if wxUSE_VALIDATORS
,const wxValidator& rVal = wxDefaultValidator
#endif
,const wxString& rsName = wxRadioBoxNameStr
)
{
@@ -44,9 +42,7 @@ public:
,asChoices
,nMajorDim
,lStyle
#if wxUSE_VALIDATORS
,rVal
#endif
,rsName
);
}
@@ -62,9 +58,7 @@ public:
,const wxString asChoices[] = NULL
,int nMajorDim = 0
,long lStyle = wxRA_HORIZONTAL
#if wxUSE_VALIDATORS
,const wxValidator& rVal = wxDefaultValidator
#endif
,const wxString& rsName = wxRadioBoxNameStr
);