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