| Index: client/html/generated/html/frog/SVGPointList.dart
|
| diff --git a/client/html/generated/html/frog/SVGPointList.dart b/client/html/generated/html/frog/SVGPointList.dart
|
| deleted file mode 100644
|
| index 819e3b3f41ad2c533a3367b612bc136992dcfe51..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/frog/SVGPointList.dart
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -
|
| -class _SVGPointListImpl implements SVGPointList native "*SVGPointList" {
|
| -
|
| - final int numberOfItems;
|
| -
|
| - _SVGPointImpl appendItem(_SVGPointImpl item) native;
|
| -
|
| - void clear() native;
|
| -
|
| - _SVGPointImpl getItem(int index) native;
|
| -
|
| - _SVGPointImpl initialize(_SVGPointImpl item) native;
|
| -
|
| - _SVGPointImpl insertItemBefore(_SVGPointImpl item, int index) native;
|
| -
|
| - _SVGPointImpl removeItem(int index) native;
|
| -
|
| - _SVGPointImpl replaceItem(_SVGPointImpl item, int index) native;
|
| -}
|
|
|