From 1b19b400225ddf11847eea1c2cc3c0045e2138a6 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 3 Feb 2010 10:45:17 +0000 Subject: Removed wide-char support. --- src/base.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/base.cpp') diff --git a/src/base.cpp b/src/base.cpp index 2e47ca3c..b895985f 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -55,12 +55,6 @@ namespace vmime */ const string NULL_STRING; -#if VMIME_WIDE_CHAR_SUPPORT - /** "Null" (empty) wide-char string. - */ - const wstring NULL_WSTRING; -#endif - /** "Null" (empty) text. */ const text NULL_TEXT; -- cgit v1.2.3