Index: client/html/generated/src/wrapping/_CanvasRenderingContextWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_CanvasRenderingContextWrappingImplementation.dart b/client/html/generated/src/wrapping/_CanvasRenderingContextWrappingImplementation.dart |
deleted file mode 100644 |
index 06f0242f2c91f0571d528649fa75b18f9a3b39e3..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_CanvasRenderingContextWrappingImplementation.dart |
+++ /dev/null |
@@ -1,11 +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 CanvasRenderingContextWrappingImplementation extends DOMWrapperBase implements CanvasRenderingContext { |
- CanvasRenderingContextWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- CanvasElement get canvas() { return LevelDom.wrapCanvasElement(_ptr.canvas); } |
-} |