Index: client/dom/generated/src/wrapping/_AudioGainNodeWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_AudioGainNodeWrappingImplementation.dart b/client/dom/generated/src/wrapping/_AudioGainNodeWrappingImplementation.dart |
deleted file mode 100644 |
index 8a2a5104f323d27ef7e9d349c83abd546bfbd519..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_AudioGainNodeWrappingImplementation.dart |
+++ /dev/null |
@@ -1,18 +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 _AudioGainNodeWrappingImplementation extends _AudioNodeWrappingImplementation implements AudioGainNode { |
- _AudioGainNodeWrappingImplementation() : super() {} |
- |
- static create__AudioGainNodeWrappingImplementation() native { |
- return new _AudioGainNodeWrappingImplementation(); |
- } |
- |
- AudioGain get gain() { return _get_gain(this); } |
- static AudioGain _get_gain(var _this) native; |
- |
- String get typeName() { return "AudioGainNode"; } |
-} |