Removing unused code
This commit is contained in:
parent
4be90c35f8
commit
34728ee49b
12 changed files with 30 additions and 86 deletions
|
@ -384,7 +384,7 @@ var Type2Parser = function type2Parser(aFilePath) {
|
|||
error('Need to support CFFExpertSubsetCharset');
|
||||
} else {
|
||||
aStream.pos = charsetEntry;
|
||||
var charset = readCharset(aStream, charStrings);
|
||||
readCharset(aStream, charStrings);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue