moved smart phone test to chkconf.h from features.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-19 21:11:47 +00:00
parent ee4b272189
commit b92203a8be
2 changed files with 9 additions and 12 deletions

View File

@@ -46,17 +46,5 @@
#undef wxHAS_CRASH_REPORT
#endif
// Hopefully we can emulate these dialogs in due
// course
#if wxUSE_SMARTPHONE
# ifdef wxUSE_COLOURDLG
# undef wxUSE_COLOURDLG
# define wxUSE_COLOURDLG 0
# endif
#endif
#endif // _WX_FEATURES_H_