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 &&