b0f95038 by David LaPalomento

Fix jshint

Remove unused variable.
1 parent 80a72cdf
...@@ -384,8 +384,6 @@ videojs.Hls.prototype.cancelSegmentXhr = function() { ...@@ -384,8 +384,6 @@ videojs.Hls.prototype.cancelSegmentXhr = function() {
384 * Abort all outstanding work and cleanup. 384 * Abort all outstanding work and cleanup.
385 */ 385 */
386 videojs.Hls.prototype.dispose = function() { 386 videojs.Hls.prototype.dispose = function() {
387 var player = this.player();
388
389 this.stopCheckingBuffer_(); 387 this.stopCheckingBuffer_();
390 388
391 if (this.playlists) { 389 if (this.playlists) {
......