diff options
Diffstat (limited to 'ksvg/impl/SVGNumberImpl.cc')
-rw-r--r-- | ksvg/impl/SVGNumberImpl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/impl/SVGNumberImpl.cc b/ksvg/impl/SVGNumberImpl.cc index b926e9c2..b1ec38b6 100644 --- a/ksvg/impl/SVGNumberImpl.cc +++ b/ksvg/impl/SVGNumberImpl.cc @@ -79,5 +79,3 @@ void SVGNumberImpl::putValueProperty(KJS::ExecState *exec, int token, const KJS: kdWarning() << "Unhandled token in " << k_funcinfo << " : " << token << endl; } } - -// vim:ts=4:noet |