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