X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57c4d796c56bd48ce370240107f3e4c07e142985..a694a0c6c4067015b6a73053036759744acec7ba:/include/wx/os2/gauge.h?ds=sidebyside diff --git a/include/wx/os2/gauge.h b/include/wx/os2/gauge.h index cdb6d227f6..24c44ba4c8 100644 --- a/include/wx/os2/gauge.h +++ b/include/wx/os2/gauge.h @@ -28,11 +28,7 @@ class WXDLLEXPORT wxGauge: public wxControl const wxSize& size = wxDefaultSize, long style = wxGA_HORIZONTAL, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* validator = wxDefaultValidator, -# else const wxValidator& validator = wxDefaultValidator, -# endif #endif const wxString& name = wxGaugeNameStr) { @@ -45,11 +41,7 @@ class WXDLLEXPORT wxGauge: public wxControl const wxSize& size = wxDefaultSize, long style = wxGA_HORIZONTAL, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* validator = wxDefaultValidator, -# else const wxValidator& validator = wxDefaultValidator, -# endif #endif const wxString& name = wxGaugeNameStr);