diff options
Diffstat (limited to 'ksvg/core/KSVGTextChunk.cpp')
-rw-r--r-- | ksvg/core/KSVGTextChunk.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/core/KSVGTextChunk.cpp b/ksvg/core/KSVGTextChunk.cpp index 4d8111e8..d2c07ce8 100644 --- a/ksvg/core/KSVGTextChunk.cpp +++ b/ksvg/core/KSVGTextChunk.cpp @@ -65,5 +65,3 @@ void KSVGTextChunk::addText(const TQString &text, SVGTextContentElementImpl *tex m_text.append(text); m_textElements.append(textElement); } - -// vim:ts=4:noet |