summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGColorProfileElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGColorProfileElement.cc')
-rw-r--r--ksvg/dom/SVGColorProfileElement.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGColorProfileElement.cc b/ksvg/dom/SVGColorProfileElement.cc
index 5acdb1a1..fa86f4f5 100644
--- a/ksvg/dom/SVGColorProfileElement.cc
+++ b/ksvg/dom/SVGColorProfileElement.cc
@@ -101,5 +101,3 @@ unsigned short SVGColorProfileElement::renderingIntent() const
if(!impl) return RENDERING_INTENT_UNKNOWN;
return impl->renderingIntent();
}
-
-// vim:ts=4:noet