]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/htmlparser/htmlpars.h
Remove wxUSE_WCHAR_T checks.
[wxWidgets.git] / tests / benchmarks / htmlparser / htmlpars.h
index 5618267231f007933f5f2a70568b6147fa6d8558..db6637814aa1177e45fd044979cc8fe8fbfd682c 100644 (file)
@@ -250,7 +250,7 @@ public:
     virtual ~wx28HtmlEntitiesParser();
 
     // Sets encoding of output string.
-    // Has no effect if wxUSE_WCHAR_T==0 or wxUSE_UNICODE==1
+    // Has no effect if wxUSE_UNICODE==1
     void SetEncoding(wxFontEncoding encoding);
 
     // Parses entities in input and replaces them with respective characters
@@ -268,7 +268,7 @@ public:
 #endif
 
 protected:
-#if wxUSE_WCHAR_T && !wxUSE_UNICODE
+#if !wxUSE_UNICODE
     wxMBConv *m_conv;
     wxFontEncoding m_encoding;
 #endif