From a29a3802735995098787a0ae4dbd76c34cf75077 Mon Sep 17 00:00:00 2001 From: Bertrand Berthelot Date: Thu, 25 Jun 2020 10:46:33 +0200 Subject: [PATCH] remove commented code --- src/streaming/controllers/PlaybackController.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/streaming/controllers/PlaybackController.js b/src/streaming/controllers/PlaybackController.js index 42736b742f..fa2a8b3b35 100644 --- a/src/streaming/controllers/PlaybackController.js +++ b/src/streaming/controllers/PlaybackController.js @@ -556,17 +556,6 @@ function PlaybackController() { } } - // function checkTimeInRanges(time, ranges) { - // if (ranges && ranges.length > 0) { - // for (let i = 0, len = ranges.length; i < len; i++) { - // if (time >= ranges.start(i) && time < ranges.end(i)) { - // return true; - // } - // } - // } - // return false; - // } - function onPlaybackProgression() { if ( isDynamic &&