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