aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/text.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/text.cpp b/src/text.cpp
index 24544567..66c3b353 100644
--- a/src/text.cpp
+++ b/src/text.cpp
@@ -320,12 +320,6 @@ void text::createFromString(const string& in, const charset& ch)
}
else
{
- if (count)
- {
- ref <word> w = getWordAt(getWordCount() - 1);
- w->getBuffer() += ' ';
- }
-
appendWord(vmime::create <word>
(chunk, charset(charsets::US_ASCII)));