diff options
Diffstat (limited to 'ksvg/dom/SVGFontFaceSrcElement.cc')
-rw-r--r-- | ksvg/dom/SVGFontFaceSrcElement.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGFontFaceSrcElement.cc b/ksvg/dom/SVGFontFaceSrcElement.cc index 8ecbbffa..c34e7734 100644 --- a/ksvg/dom/SVGFontFaceSrcElement.cc +++ b/ksvg/dom/SVGFontFaceSrcElement.cc @@ -63,5 +63,3 @@ SVGFontFaceSrcElement::~SVGFontFaceSrcElement() if(impl) impl->deref(); } - -// vim:ts=4:noet |