Index: client/html/generated/src/wrapping/_CSSValueListWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_CSSValueListWrappingImplementation.dart b/client/html/generated/src/wrapping/_CSSValueListWrappingImplementation.dart |
deleted file mode 100644 |
index 5327c24c5964c3f839e257623e7eacabadeb08d9..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_CSSValueListWrappingImplementation.dart |
+++ /dev/null |
@@ -1,15 +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 CSSValueListWrappingImplementation extends CSSValueWrappingImplementation implements CSSValueList { |
- CSSValueListWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- int get length() { return _ptr.length; } |
- |
- CSSValue item(int index) { |
- return LevelDom.wrapCSSValue(_ptr.item(index)); |
- } |
-} |