| Index: client/dom/generated/src/wrapping/_HighPass2FilterNodeWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HighPass2FilterNodeWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HighPass2FilterNodeWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 492f8b5dd32edd5119168d486b4693195f8ccbbe..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_HighPass2FilterNodeWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,21 +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 _HighPass2FilterNodeWrappingImplementation extends _AudioNodeWrappingImplementation implements HighPass2FilterNode {
|
| - _HighPass2FilterNodeWrappingImplementation() : super() {}
|
| -
|
| - static create__HighPass2FilterNodeWrappingImplementation() native {
|
| - return new _HighPass2FilterNodeWrappingImplementation();
|
| - }
|
| -
|
| - AudioParam get cutoff() { return _get_cutoff(this); }
|
| - static AudioParam _get_cutoff(var _this) native;
|
| -
|
| - AudioParam get resonance() { return _get_resonance(this); }
|
| - static AudioParam _get_resonance(var _this) native;
|
| -
|
| - String get typeName() { return "HighPass2FilterNode"; }
|
| -}
|
|
|