diff options
Diffstat (limited to 'ksvg/impl/libs/libtext2path/src/Converter.cpp')
-rw-r--r-- | ksvg/impl/libs/libtext2path/src/Converter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ksvg/impl/libs/libtext2path/src/Converter.cpp b/ksvg/impl/libs/libtext2path/src/Converter.cpp index 59ab8e5c..f8e3d20e 100644 --- a/ksvg/impl/libs/libtext2path/src/Converter.cpp +++ b/ksvg/impl/libs/libtext2path/src/Converter.cpp @@ -509,4 +509,3 @@ std::string Converter::cacheGlyphKey(const GlyphRenderParams *params) const // std::cout << "Glyph cache key: " << key << std::endl; return key; } -// vim:ts=4:noet |