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/word.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/word.cpp') diff --git a/src/word.cpp b/src/word.cpp index ea8244a5..4f911089 100644 --- a/src/word.cpp +++ b/src/word.cpp @@ -621,20 +621,6 @@ void word::generate(utility::outputStream& os, const string::size_type maxLineLe } -#if VMIME_WIDE_CHAR_SUPPORT - -const wstring word::getDecodedText() const -{ - wstring out; - - charset::decode(m_buffer, out, m_charset); - - return (out); -} - -#endif - - word& word::operator=(const word& w) { m_buffer = w.m_buffer; -- cgit v1.2.3