Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit ef2fdb7

Browse files
committed
ErrorHandler: remove unused CC_ERR_PARSE error
1 parent 67bb219 commit ef2fdb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/js/streaming/ErrorHandler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ MediaPlayer.dependencies.ErrorHandler.prototype.DOWNLOAD_ERR_MANIFEST = "DOWNLOA
7171
MediaPlayer.dependencies.ErrorHandler.prototype.DOWNLOAD_ERR_SIDX = "DOWNLOAD_ERR_SIDX";
7272
MediaPlayer.dependencies.ErrorHandler.prototype.DOWNLOAD_ERR_INIT = "DOWNLOAD_ERR_INIT";
7373
MediaPlayer.dependencies.ErrorHandler.prototype.DOWNLOAD_ERR_CONTENT = "DOWNLOAD_ERR_CONTENT";
74-
MediaPlayer.dependencies.ErrorHandler.prototype.CC_ERR_PARSE = "CC_ERR_PARSE";
7574

7675
// MSS errors
7776
MediaPlayer.dependencies.ErrorHandler.prototype.MSS_NO_TFRF = "MSS_NO_TFRF";

0 commit comments

Comments
 (0)