Index: client/html/generated/html/dartium/SVGPathSegLinetoHorizontalRel.dart |
diff --git a/client/html/generated/html/dartium/SVGPathSegLinetoHorizontalRel.dart b/client/html/generated/html/dartium/SVGPathSegLinetoHorizontalRel.dart |
deleted file mode 100644 |
index 0aea36a510e52191534e46098ea73dd7d6b9a6a9..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/dartium/SVGPathSegLinetoHorizontalRel.dart |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
- |
-class _SVGPathSegLinetoHorizontalRelImpl extends _SVGPathSegImpl implements SVGPathSegLinetoHorizontalRel { |
- _SVGPathSegLinetoHorizontalRelImpl._wrap(ptr) : super._wrap(ptr); |
- |
- num get x() => _wrap(_ptr.x); |
- |
- void set x(num value) { _ptr.x = _unwrap(value); } |
-} |