]> 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 5f320a3605b88b8f40d8f19f04ec55350e142ac5..35fb198c77ccfdfa98d1810717dda76849c138c1 100644 (file)
@@ -35,9 +35,6 @@
 #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
 
@@ -53,6 +50,8 @@
 #undef wxUSE_REGEX
 #define wxUSE_REGEX 0
 
+#undef wxUSE_DEBUGREPORT
+#define wxUSE_DEBUGREPORT 0
 
 // Disable features which don't make sense for MS Smartphones
 // (due to pointer device usage, limited controls, file system)
@@ -65,9 +64,6 @@
 
     #undef wxUSE_STATUSBAR
     #define wxUSE_STATUSBAR 0
-
-    #undef wxUSE_DEBUGREPORT
-    #define wxUSE_DEBUGREPORT 0
 #endif // __SMARTPHONE__
 
 #endif // _WX_MSW_WINCE_CHKCONF_H_