]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/chkconf.h
First part of '[ 1216148 ] cleanup: unused variables and declarations'.
[wxWidgets.git] / include / wx / msw / wince / chkconf.h
index eafc5c8b2e136584bfa7c2958afbea043f42ff65..35fb198c77ccfdfa98d1810717dda76849c138c1 100644 (file)
 #define wxUSE_ON_FATAL_EXCEPTION 0
 
 // media stuff not supported under CE
-#undef wxUSE_DIRECTSHOW
-#define wxUSE_DIRECTSHOW 0
-
 #undef wxUSE_MEDIACTRL
 #define wxUSE_MEDIACTRL 0
 
+#undef wxUSE_WXHTML_HELP
+#define wxUSE_WXHTML_HELP 0
+
 // libtiff and regex apparently don't compile with eVC (to check with eVC4?)
 // and they're disabled for WinCE in build/bakefiles/{tiff|regex}.bkl so can't
 // be enabled here
 #undef wxUSE_REGEX
 #define wxUSE_REGEX 0
 
+#undef wxUSE_DEBUGREPORT
+#define wxUSE_DEBUGREPORT 0
 
-// Disable controls which don't make sense for phones
+// Disable features which don't make sense for MS Smartphones
+// (due to pointer device usage, limited controls, file system)
 #if defined(__SMARTPHONE__)
     #undef wxUSE_LISTBOOK
     #define wxUSE_LISTBOOK 0