mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-08 19:21:03 +02:00
Remove unused CanvasGraphics properties (PR 700 follow-up)
These are probably a copy-and-paste mistake, since they appear to have been unused already in PR 700 all the way back in 2011.
This commit is contained in:
parent
cfc93e2606
commit
336cda0c64
@ -667,8 +667,6 @@ class CanvasGraphics {
|
||||
this.stateStack = [];
|
||||
this.pendingClip = null;
|
||||
this.pendingEOFill = false;
|
||||
this.res = null;
|
||||
this.xobjs = null;
|
||||
this.commonObjs = commonObjs;
|
||||
this.objs = objs;
|
||||
this.canvasFactory = canvasFactory;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user