X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57c4d796c56bd48ce370240107f3e4c07e142985..32956769e9470c617a968ede7da90423897fdaea:/include/wx/os2/radiobox.h diff --git a/include/wx/os2/radiobox.h b/include/wx/os2/radiobox.h index ec2ac64f86..9c424e8894 100644 --- a/include/wx/os2/radiobox.h +++ b/include/wx/os2/radiobox.h @@ -30,11 +30,7 @@ public: int n = 0, const wxString choices[] = NULL, int majorDim = 0, long style = wxRA_HORIZONTAL, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr) -# else const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr) -# endif #endif { Create(parent, id, title, pos, size, n, choices, majorDim, style, val, name); @@ -47,11 +43,7 @@ public: int n = 0, const wxString choices[] = NULL, int majorDim = 0, long style = wxRA_HORIZONTAL, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr); -# else const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr); -# endif #endif virtual bool OS2Command(WXUINT param, WXWORD id);