aboutsummaryrefslogtreecommitdiffstats
path: root/src/base.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2010-02-03 10:45:17 +0000
committerVincent Richard <[email protected]>2010-02-03 10:45:17 +0000
commit1b19b400225ddf11847eea1c2cc3c0045e2138a6 (patch)
tree512f329234b55fed3a38150a9327c80beaab99b4 /src/base.cpp
parentFixed memory leak. (diff)
downloadvmime-1b19b400225ddf11847eea1c2cc3c0045e2138a6.tar.gz
vmime-1b19b400225ddf11847eea1c2cc3c0045e2138a6.zip
Removed wide-char support.
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp6
1 files changed, 0 insertions, 6 deletions
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;