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