summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGLocatable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGLocatable.cc')
-rw-r--r--ksvg/dom/SVGLocatable.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGLocatable.cc b/ksvg/dom/SVGLocatable.cc
index 62a89e2e..43a9aac7 100644
--- a/ksvg/dom/SVGLocatable.cc
+++ b/ksvg/dom/SVGLocatable.cc
@@ -93,5 +93,3 @@ SVGMatrix SVGLocatable::getTransformToElement(const SVGElement &element)
if(!impl) return SVGMatrix(0);
return SVGMatrix(impl->getTransformToElement(element.handle()));
}
-
-// vim:ts=4:noet