X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b45f79ecbf5236ce4158fa3eaa52111d9e6822e0..7e083675342b17762735ef2223fb9d264d6fc937:/include/wx/motif/chkconf.h diff --git a/include/wx/motif/chkconf.h b/include/wx/motif/chkconf.h index 35534f93ed..f1e17b1615 100644 --- a/include/wx/motif/chkconf.h +++ b/include/wx/motif/chkconf.h @@ -11,16 +11,6 @@ /* 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 +#if !defined(wxUSE_GADGETS) +# define wxUSE_GADGETS 0 #endif - -#if wxUSE_NOTEBOOK && !wxUSE_TAB_DIALOG -# undef wxUSE_TAB_DIALOG -# define wxUSE_TAB_DIALOG 1 -#endif -