Index: client/html/generated/src/wrapping/_FontElementWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_FontElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_FontElementWrappingImplementation.dart |
deleted file mode 100644 |
index 5dbddcba8c302abfe8cbcfea94dc7b99a2256a62..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_FontElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class FontElementWrappingImplementation extends ElementWrappingImplementation implements FontElement { |
- FontElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- String get color() { return _ptr.color; } |
- |
- void set color(String value) { _ptr.color = value; } |
- |
- String get face() { return _ptr.face; } |
- |
- void set face(String value) { _ptr.face = value; } |
- |
- String get size() { return _ptr.size; } |
- |
- void set size(String value) { _ptr.size = value; } |
-} |