summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGFontFaceElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGFontFaceElement.cc')
-rw-r--r--ksvg/dom/SVGFontFaceElement.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGFontFaceElement.cc b/ksvg/dom/SVGFontFaceElement.cc
index 6d542a04..f5c7a12a 100644
--- a/ksvg/dom/SVGFontFaceElement.cc
+++ b/ksvg/dom/SVGFontFaceElement.cc
@@ -63,5 +63,3 @@ SVGFontFaceElement::~SVGFontFaceElement()
if(impl)
impl->deref();
}
-
-// vim:ts=4:noet