From 40b2c5dddfc77a6ad6bb2843e8d2bbe2436897e6 Mon Sep 17 00:00:00 2001 From: Mattia Date: Tue, 15 Aug 2023 15:11:01 +0200 Subject: [PATCH] Remove leftover function --- CHANGELOG.md | 3 +++ .../closed_caption_manifest.dart | 18 ------------------ pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd6830..093db54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.2 +- Remove unused left-over code. + ## 2.0.1 - Linter fixes. diff --git a/lib/src/videos/closed_captions/closed_caption_manifest.dart b/lib/src/videos/closed_captions/closed_caption_manifest.dart index e71b13d..ed767d8 100644 --- a/lib/src/videos/closed_captions/closed_caption_manifest.dart +++ b/lib/src/videos/closed_captions/closed_caption_manifest.dart @@ -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 - - */ diff --git a/pubspec.yaml b/pubspec.yaml index 6f11b97..e1741c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: