Removing unused code

This commit is contained in:
Tim van der Meij 2014-07-18 22:16:35 +02:00
parent 4be90c35f8
commit 34728ee49b
12 changed files with 30 additions and 86 deletions

View file

@ -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);
}
};
};