| Index: client/html/generated/src/wrapping/_Float32ArrayWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_Float32ArrayWrappingImplementation.dart b/client/html/generated/src/wrapping/_Float32ArrayWrappingImplementation.dart
|
| deleted file mode 100644
|
| index d5d5c0dc9436661ae2de3fbec2b0f39a08a6c0db..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/wrapping/_Float32ArrayWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,19 +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 Float32ArrayWrappingImplementation extends ArrayBufferViewWrappingImplementation implements Float32Array {
|
| - Float32ArrayWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| -
|
| - int get length() { return _ptr.length; }
|
| -
|
| - Float32Array subarray(int start, [int end]) {
|
| - if (end === null) {
|
| - return LevelDom.wrapFloat32Array(_ptr.subarray(start));
|
| - } else {
|
| - return LevelDom.wrapFloat32Array(_ptr.subarray(start, end));
|
| - }
|
| - }
|
| -}
|
|
|