Index: client/dom/generated/src/interface/Clipboard.dart |
diff --git a/client/dom/generated/src/interface/Clipboard.dart b/client/dom/generated/src/interface/Clipboard.dart |
deleted file mode 100644 |
index d9dc407fa4e7c147c37c7f996303f5bc31c6ab51..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/interface/Clipboard.dart |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-// Copyright (c) 2012, 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 Clipboard { |
- |
- String dropEffect; |
- |
- String effectAllowed; |
- |
- final FileList files; |
- |
- final DataTransferItemList items; |
- |
- final List types; |
- |
- void clearData([String type]); |
- |
- String getData(String type); |
- |
- bool setData(String type, String data); |
- |
- void setDragImage(HTMLImageElement image, int x, int y); |
-} |