Skip to content

Commit

Permalink
Remove leftover function
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia committed Aug 15, 2023
1 parent f18acdc commit 40b2c5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.2
- Remove unused left-over code.

## 2.0.1
- Linter fixes.

Expand Down
18 changes: 0 additions & 18 deletions lib/src/videos/closed_captions/closed_caption_manifest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,3 @@ class ClosedCaptionManifest {
.toList();
}
}

bool x(bool autoGen, bool isAuto) {
if (!autoGen) {
return !isAuto;
}
return true;
}
/*
A = 0
B = 1
A B
0 0 -> 1 |
0 1 -> 0 -> 1 | 1 ->
1 0 -> 1
1 1 -> 1
*/
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: youtube_explode_dart
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
version: 2.0.1
version: 2.0.2
homepage: https://github.com/Hexer10/youtube_explode_dart

topics:
Expand Down

0 comments on commit 40b2c5d

Please sign in to comment.