X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b45f79ecbf5236ce4158fa3eaa52111d9e6822e0..c232dfe592d5f766c33ef91ac38fda44b10b1236:/include/wx/motif/chkconf.h diff --git a/include/wx/motif/chkconf.h b/include/wx/motif/chkconf.h index 35534f93ed..aebce7c088 100644 --- a/include/wx/motif/chkconf.h +++ b/include/wx/motif/chkconf.h @@ -11,16 +11,11 @@ /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */ -#if wxUSE_UNICODE -# ifdef wxABORT_ON_CONFIG_ERROR -# error "wxUSE_UNICODE is not supported with wxMotif" -# else -# define wxUSE_UNICODE 0 -# endif -#endif - #if wxUSE_NOTEBOOK && !wxUSE_TAB_DIALOG # undef wxUSE_TAB_DIALOG # define wxUSE_TAB_DIALOG 1 #endif +#if !defined(wxUSE_GADGETS) +# define wxUSE_GADGETS 0 +#endif