From b0f9503855411d70587dc3299b26b7c282843bb2 Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Wed, 11 Mar 2015 10:51:33 -0400 Subject: [PATCH] Fix jshint Remove unused variable. --- src/videojs-hls.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/videojs-hls.js b/src/videojs-hls.js index 21990469..f3cc75b1 100644 --- a/src/videojs-hls.js +++ b/src/videojs-hls.js @@ -384,8 +384,6 @@ videojs.Hls.prototype.cancelSegmentXhr = function() { * Abort all outstanding work and cleanup. */ videojs.Hls.prototype.dispose = function() { - var player = this.player(); - this.stopCheckingBuffer_(); if (this.playlists) {