| Index: client/html/generated/html/dartium/SVGPathSegCurvetoQuadraticSmoothRel.dart
|
| diff --git a/client/html/generated/html/dartium/SVGPathSegCurvetoQuadraticSmoothRel.dart b/client/html/generated/html/dartium/SVGPathSegCurvetoQuadraticSmoothRel.dart
|
| deleted file mode 100644
|
| index 4e0db815c5e98246f616a3d48eff1b1d154ba0a2..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/dartium/SVGPathSegCurvetoQuadraticSmoothRel.dart
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -
|
| -class _SVGPathSegCurvetoQuadraticSmoothRelImpl extends _SVGPathSegImpl implements SVGPathSegCurvetoQuadraticSmoothRel {
|
| - _SVGPathSegCurvetoQuadraticSmoothRelImpl._wrap(ptr) : super._wrap(ptr);
|
| -
|
| - num get x() => _wrap(_ptr.x);
|
| -
|
| - void set x(num value) { _ptr.x = _unwrap(value); }
|
| -
|
| - num get y() => _wrap(_ptr.y);
|
| -
|
| - void set y(num value) { _ptr.y = _unwrap(value); }
|
| -}
|
|
|