Remove a couple duplicate feature checks, and check for defines before setting them to avoid redefinition warnings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2008-09-07 23:35:39 +00:00
parent c1158f7b91
commit 18fc421b1f

View File

@@ -74,17 +74,16 @@
#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_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