X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78d990152a01bd0a21a0425ab661cb43040b4d98..2d14a14c573db4b8f8959b1460a269cf23defbcf:/include/wx/osx/cocoa/chkconf.h diff --git a/include/wx/osx/cocoa/chkconf.h b/include/wx/osx/cocoa/chkconf.h index 2fbda6ebf0..868eeb5ca3 100644 --- a/include/wx/osx/cocoa/chkconf.h +++ b/include/wx/osx/cocoa/chkconf.h @@ -44,27 +44,6 @@ * turning off capabilities that don't work under cocoa yet */ -#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_DATAVIEWCTRL -#undef wxUSE_DATAVIEWCTRL -#define wxUSE_DATAVIEWCTRL 0 -#endif - -#if wxUSE_WXHTML_HELP -#undef wxUSE_WXHTML_HELP -#endif - -#define wxUSE_WXHTML_HELP 0 - #endif /* _WX_MAC_CHKCONF_H_ */