| Index: client/dom/generated/src/wrapping/_SVGFEPointLightElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SVGFEPointLightElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGFEPointLightElementWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 2b9eafd688c883ca7641047f1c909eb38d28ac7f..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_SVGFEPointLightElementWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -class _SVGFEPointLightElementWrappingImplementation extends _SVGElementWrappingImplementation implements SVGFEPointLightElement {
|
| - _SVGFEPointLightElementWrappingImplementation() : super() {}
|
| -
|
| - static create__SVGFEPointLightElementWrappingImplementation() native {
|
| - return new _SVGFEPointLightElementWrappingImplementation();
|
| - }
|
| -
|
| - SVGAnimatedNumber get x() { return _get_x(this); }
|
| - static SVGAnimatedNumber _get_x(var _this) native;
|
| -
|
| - SVGAnimatedNumber get y() { return _get_y(this); }
|
| - static SVGAnimatedNumber _get_y(var _this) native;
|
| -
|
| - SVGAnimatedNumber get z() { return _get_z(this); }
|
| - static SVGAnimatedNumber _get_z(var _this) native;
|
| -
|
| - String get typeName() { return "SVGFEPointLightElement"; }
|
| -}
|
|
|