summaryrefslogtreecommitdiffstats
path: root/ksvg/plugin/backends/agg/GlyphTracerAgg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/plugin/backends/agg/GlyphTracerAgg.cpp')
-rw-r--r--ksvg/plugin/backends/agg/GlyphTracerAgg.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/plugin/backends/agg/GlyphTracerAgg.cpp b/ksvg/plugin/backends/agg/GlyphTracerAgg.cpp
index 39b00146..c101620d 100644
--- a/ksvg/plugin/backends/agg/GlyphTracerAgg.cpp
+++ b/ksvg/plugin/backends/agg/GlyphTracerAgg.cpp
@@ -109,5 +109,3 @@ void GlyphTracerAgg::closePath(Glyph *glyph)
BezierPathAgg *bpath = static_cast<BezierPathAgg *>(glyph->modifiableBezierPath());
bpath->m_storage.close_polygon();
}
-
-// vim:ts=4:noet