| Index: client/html/generated/html/dartium/SVGFESpotLightElement.dart
|
| diff --git a/client/html/generated/html/dartium/SVGFESpotLightElement.dart b/client/html/generated/html/dartium/SVGFESpotLightElement.dart
|
| deleted file mode 100644
|
| index a128e744db7179a2ab490301034fe40c062dd125..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/dartium/SVGFESpotLightElement.dart
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -
|
| -class _SVGFESpotLightElementImpl extends _SVGElementImpl implements SVGFESpotLightElement {
|
| - _SVGFESpotLightElementImpl._wrap(ptr) : super._wrap(ptr);
|
| -
|
| - SVGAnimatedNumber get limitingConeAngle() => _wrap(_ptr.limitingConeAngle);
|
| -
|
| - SVGAnimatedNumber get pointsAtX() => _wrap(_ptr.pointsAtX);
|
| -
|
| - SVGAnimatedNumber get pointsAtY() => _wrap(_ptr.pointsAtY);
|
| -
|
| - SVGAnimatedNumber get pointsAtZ() => _wrap(_ptr.pointsAtZ);
|
| -
|
| - SVGAnimatedNumber get specularExponent() => _wrap(_ptr.specularExponent);
|
| -
|
| - SVGAnimatedNumber get x() => _wrap(_ptr.x);
|
| -
|
| - SVGAnimatedNumber get y() => _wrap(_ptr.y);
|
| -
|
| - SVGAnimatedNumber get z() => _wrap(_ptr.z);
|
| -}
|
|
|