Index: client/dom/generated/src/frog/SVGPointList.dart |
diff --git a/client/dom/generated/src/frog/SVGPointList.dart b/client/dom/generated/src/frog/SVGPointList.dart |
deleted file mode 100644 |
index 5e07049e00ad3de72489546b0f3849f5a0270b3a..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/SVGPointList.dart |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
- |
-class _SVGPointListJs extends _DOMTypeJs implements SVGPointList native "*SVGPointList" { |
- |
- final int numberOfItems; |
- |
- _SVGPointJs appendItem(_SVGPointJs item) native; |
- |
- void clear() native; |
- |
- _SVGPointJs getItem(int index) native; |
- |
- _SVGPointJs initialize(_SVGPointJs item) native; |
- |
- _SVGPointJs insertItemBefore(_SVGPointJs item, int index) native; |
- |
- _SVGPointJs removeItem(int index) native; |
- |
- _SVGPointJs replaceItem(_SVGPointJs item, int index) native; |
-} |