diff options
Diffstat (limited to 'src/word.cpp')
-rw-r--r-- | src/word.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
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; |