summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGClipPathElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGClipPathElement.cc')
-rw-r--r--ksvg/dom/SVGClipPathElement.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGClipPathElement.cc b/ksvg/dom/SVGClipPathElement.cc
index f0785efc..e6c66f7f 100644
--- a/ksvg/dom/SVGClipPathElement.cc
+++ b/ksvg/dom/SVGClipPathElement.cc
@@ -75,5 +75,3 @@ SVGAnimatedEnumeration SVGClipPathElement::clipPathUnits() const
if(!impl) return SVGAnimatedEnumeration(0);
return SVGAnimatedEnumeration(impl->clipPathUnits());
}
-
-// vim:ts=4:noet