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/text.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/text.cpp') diff --git a/src/text.cpp b/src/text.cpp index f9ded7ca..89a541a0 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -91,21 +91,6 @@ void text::generate(utility::outputStream& os, const string::size_type maxLineLe } -#if VMIME_WIDE_CHAR_SUPPORT - -const wstring text::getDecodedText() const -{ - wstring out; - - for (std::vector >::const_iterator i = m_words.begin() ; i != m_words.end() ; ++i) - out += (*i)->getDecodedText(); - - return (out); -} - -#endif - - void text::copyFrom(const component& other) { const text& t = dynamic_cast (other); -- cgit v1.2.3