1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Remove some unnecessary local variables.

This commit is contained in:
Nicholas Nethercote 2014-02-24 18:17:06 -08:00
parent 33dd1b0c3c
commit d4e8b41639
2 changed files with 1 additions and 6 deletions

View file

@ -87,8 +87,6 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
xobj, smask,
operatorList,
state) {
var self = this;
var matrix = xobj.dict.get('Matrix');
var bbox = xobj.dict.get('BBox');
var group = xobj.dict.get('Group');