]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/chkconf.h
Fixed non-precompiled headers compilation
[wxWidgets.git] / include / wx / osx / cocoa / chkconf.h
index 0dc2e991fc3d2556d512bbbca4be6375678fbd6e..2fbda6ebf0a482da2415ad7cccfd70a4314a8b8b 100644 (file)
  * 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
 #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_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
+#if wxUSE_WXHTML_HELP
+#undef wxUSE_WXHTML_HELP
 #endif
 
-#define wxUSE_DOC_VIEW_ARCHITECTURE 0
 #define wxUSE_WXHTML_HELP 0
 
 #endif