X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfea8e619a9ccc2f8e90c28120239d069fb7de22..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/osx/cocoa/chkconf.h diff --git a/include/wx/osx/cocoa/chkconf.h b/include/wx/osx/cocoa/chkconf.h index 9780efedf3..868eeb5ca3 100644 --- a/include/wx/osx/cocoa/chkconf.h +++ b/include/wx/osx/cocoa/chkconf.h @@ -44,32 +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_TOOLTIPS -#undef wxUSE_TOOLTIPS -#define wxUSE_TOOLTIPS 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_ */