| Index: client/dom/generated/src/frog/AudioNode.dart
|
| diff --git a/client/dom/generated/src/frog/AudioNode.dart b/client/dom/generated/src/frog/AudioNode.dart
|
| deleted file mode 100644
|
| index bb5aeef66f82e1b4353960457ca26816a673e678..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/AudioNode.dart
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -
|
| -class _AudioNodeJs extends _DOMTypeJs implements AudioNode native "*AudioNode" {
|
| -
|
| - final _AudioContextJs context;
|
| -
|
| - final int numberOfInputs;
|
| -
|
| - final int numberOfOutputs;
|
| -
|
| - void connect(_AudioNodeJs destination, int output, int input) native;
|
| -
|
| - void disconnect(int output) native;
|
| -}
|
|
|