diff options
Diffstat (limited to 'ksvg/dom/SVGFontFaceElement.cc')
-rw-r--r-- | ksvg/dom/SVGFontFaceElement.cc | 2 |
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 |