diff options
Diffstat (limited to 'ksvg/dom/SVGTextPathElement.cc')
-rw-r--r-- | ksvg/dom/SVGTextPathElement.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGTextPathElement.cc b/ksvg/dom/SVGTextPathElement.cc index 1cb6b833..09d26e20 100644 --- a/ksvg/dom/SVGTextPathElement.cc +++ b/ksvg/dom/SVGTextPathElement.cc @@ -85,5 +85,3 @@ SVGAnimatedEnumeration SVGTextPathElement::spacing() const if(!impl) return SVGAnimatedEnumeration(0); return SVGAnimatedEnumeration(impl->spacing()); } - -// vim:ts=4:noet |