Index: client/html/generated/src/interface/Touch.dart |
diff --git a/client/html/generated/src/interface/Touch.dart b/client/html/generated/src/interface/Touch.dart |
deleted file mode 100644 |
index 0b499e45e83cd775e88473db48986bf2a400f8ec..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/interface/Touch.dart |
+++ /dev/null |
@@ -1,32 +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. |
- |
-interface Touch { |
- |
- int get clientX(); |
- |
- int get clientY(); |
- |
- int get identifier(); |
- |
- int get pageX(); |
- |
- int get pageY(); |
- |
- int get screenX(); |
- |
- int get screenY(); |
- |
- EventTarget get target(); |
- |
- num get webkitForce(); |
- |
- int get webkitRadiusX(); |
- |
- int get webkitRadiusY(); |
- |
- num get webkitRotationAngle(); |
-} |