Skip to content

Commit 0919e84

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # CHANGELOG.md
2 parents 5a404b6 + 40b2c5d commit 0919e84

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 2.0.2
22
- Implement YT Handles.
33
- Deprecated ChannelLink icon's uri, they are no longer provided by YT.
4-
4+
- Remove unused left-over code.
55

66
## 2.0.1
77
- Linter fixes.

lib/src/videos/closed_captions/closed_caption_manifest.dart

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,3 @@ class ClosedCaptionManifest {
3333
.toList();
3434
}
3535
}
36-
37-
bool x(bool autoGen, bool isAuto) {
38-
if (!autoGen) {
39-
return !isAuto;
40-
}
41-
return true;
42-
}
43-
/*
44-
A = 0
45-
B = 1
46-
47-
A B
48-
0 0 -> 1 |
49-
0 1 -> 0 -> 1 | 1 ->
50-
1 0 -> 1
51-
1 1 -> 1
52-
53-
*/

0 commit comments

Comments
 (0)