mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Remove unused variables
This commit is contained in:
parent
0a21c8c365
commit
df81b832bb
14 changed files with 17 additions and 29 deletions
|
@ -85,8 +85,6 @@ var JpxImage = (function JpxImageClosure() {
|
|||
case 0x636F6C72: // 'colr'
|
||||
// Colorspaces are not used, the CS from the PDF is used.
|
||||
var method = data[position];
|
||||
var precedence = data[position + 1];
|
||||
var approximation = data[position + 2];
|
||||
if (method === 1) {
|
||||
// enumerated colorspace
|
||||
var colorspace = readUint32(data, position + 3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue