X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/18fc421b1fa9a64f782f27ad0cc1ceb0b958c706..2d14a14c573db4b8f8959b1460a269cf23defbcf:/include/wx/osx/cocoa/chkconf.h diff --git a/include/wx/osx/cocoa/chkconf.h b/include/wx/osx/cocoa/chkconf.h index c4b80425e7..868eeb5ca3 100644 --- a/include/wx/osx/cocoa/chkconf.h +++ b/include/wx/osx/cocoa/chkconf.h @@ -44,48 +44,6 @@ * turning off capabilities that don't work under cocoa yet */ -#if wxUSE_MDI -#undef wxUSE_MDI -#define wxUSE_MDI 0 -#endif - -#if wxUSE_MDI_ARCHITECTURE -#undef wxUSE_MDI_ARCHITECTURE -#define wxUSE_MDI_ARCHITECTURE 0 -#endif - -#if wxUSE_DRAG_AND_DROP -#undef wxUSE_DRAG_AND_DROP -#define wxUSE_DRAG_AND_DROP 0 -#endif - -#if wxUSE_TASKBARICON -#undef wxUSE_TASKBARICON -#define wxUSE_TASKBARICON 0 -#endif - -#if wxUSE_TOOLTIPS -#undef wxUSE_TOOLTIPS -#define wxUSE_TOOLTIPS 0 -#endif - -#if wxUSE_DATAVIEWCTRL -#undef wxUSE_DATAVIEWCTRL -#define wxUSE_DATAVIEWCTRL 0 -#endif - -#if wxUSE_DOC_VIEW_ARCHITECTURE -#undef wxUSE_DOC_VIEW_ARCHITECTURE -#endif - -#define wxUSE_DOC_VIEW_ARCHITECTURE 0 - -#if wxUSE_WXHTML_HELP -#undef wxUSE_WXHTML_HELP -#endif - -#define wxUSE_WXHTML_HELP 0 - #endif /* _WX_MAC_CHKCONF_H_ */