X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57c4d796c56bd48ce370240107f3e4c07e142985..5f4cd605aa4bb463999693b04ee3cd42eb6ec8c3:/include/wx/os2/combobox.h diff --git a/include/wx/os2/combobox.h b/include/wx/os2/combobox.h index 1d9b4392f4..1b8b532805 100644 --- a/include/wx/os2/combobox.h +++ b/include/wx/os2/combobox.h @@ -34,11 +34,7 @@ class WXDLLEXPORT wxComboBox: public wxChoice int n = 0, const wxString choices[] = NULL, long style = 0, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* validator = wxDefaultValidator, -# else const wxValidator& validator = wxDefaultValidator, -# endif #endif const wxString& name = wxComboBoxNameStr) { @@ -52,11 +48,7 @@ class WXDLLEXPORT wxComboBox: public wxChoice int n = 0, const wxString choices[] = NULL, long style = 0, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* validator = wxDefaultValidator, -# else const wxValidator& validator = wxDefaultValidator, -# endif #endif const wxString& name = wxComboBoxNameStr);