b0f95038 by David LaPalomento

Fix jshint

Remove unused variable.
1 parent 80a72cdf
......@@ -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) {
......