X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4b632ba3c0e5e5c43412d2d7a2b485b8fcebf2..371ee4026efaed733fb2d65cda10aa72745b4f9f:/src/os2/combobox.cpp?ds=sidebyside diff --git a/src/os2/combobox.cpp b/src/os2/combobox.cpp index d8b0bd0e6d..a91a566f36 100644 --- a/src/os2/combobox.cpp +++ b/src/os2/combobox.cpp @@ -64,11 +64,7 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id, int n, const wxString choices[], long style, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* validator, -# else const wxValidator& validator, -# endif #endif const wxString& name) {