| Index: client/html/generated/src/interface/TextTrackCue.dart
|
| diff --git a/client/html/generated/src/interface/TextTrackCue.dart b/client/html/generated/src/interface/TextTrackCue.dart
|
| deleted file mode 100644
|
| index 94bacc295b7b8e56856c3f6b21e9a59e90bc3f54..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/TextTrackCue.dart
|
| +++ /dev/null
|
| @@ -1,34 +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 TextTrackCue {
|
| -
|
| - String get alignment();
|
| -
|
| - String get direction();
|
| -
|
| - num get endTime();
|
| -
|
| - String get id();
|
| -
|
| - int get linePosition();
|
| -
|
| - bool get pauseOnExit();
|
| -
|
| - int get size();
|
| -
|
| - bool get snapToLines();
|
| -
|
| - num get startTime();
|
| -
|
| - int get textPosition();
|
| -
|
| - TextTrack get track();
|
| -
|
| - DocumentFragment getCueAsHTML();
|
| -
|
| - String getCueAsSource();
|
| -}
|
|
|