| Index: client/html/generated/html/dartium/Notation.dart
|
| diff --git a/client/html/generated/html/dartium/Notation.dart b/client/html/generated/html/dartium/Notation.dart
|
| deleted file mode 100644
|
| index 07eb0309351accadb680096475ffedbec73908af..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/dartium/Notation.dart
|
| +++ /dev/null
|
| @@ -1,8 +0,0 @@
|
| -
|
| -class _NotationImpl extends _NodeImpl implements Notation {
|
| - _NotationImpl._wrap(ptr) : super._wrap(ptr);
|
| -
|
| - String get publicId() => _wrap(_ptr.publicId);
|
| -
|
| - String get systemId() => _wrap(_ptr.systemId);
|
| -}
|
|
|