Applied patch [ 657969 ] Removes #if wxUSE_VALIDATORS code

for wxOS2


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

View File

@@ -62,9 +62,7 @@ bool wxCheckBox::Create(
, const wxPoint& rPos
, const wxSize& rSize
, long lStyle
#if wxUSE_VALIDATORS
, const wxValidator& rValidator
#endif
, const wxString& rsName
)
{
@@ -76,9 +74,7 @@ bool wxCheckBox::Create(
,rPos
,rSize
,lStyle
#if wxUSE_VALIDATORS
,rValidator
#endif
,rsName
))
return FALSE;
@@ -192,9 +188,7 @@ bool wxBitmapCheckBox::Create(
, const wxPoint& rPos
, const wxSize& rSize
, long lStyle
#if wxUSE_VALIDATORS
, const wxValidator& rValidator
#endif
, const wxString& rsName
)
{