X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04165bec2cdc510a84f794fe69ebfe4a802e2ee1..399b60a0ad232265cd74ce8bf6a53a1f2cc57ff2:/src/gtk/control.cpp diff --git a/src/gtk/control.cpp b/src/gtk/control.cpp index dee6ebb691..a167406a88 100644 --- a/src/gtk/control.cpp +++ b/src/gtk/control.cpp @@ -31,9 +31,7 @@ bool wxControl::Create( wxWindow *parent, const wxPoint &pos, const wxSize &size, long style, -#if wxUSE_VALIDATORS const wxValidator& validator, -#endif const wxString &name ) { bool ret = wxWindow::Create(parent, id, pos, size, style, name);