Skip to content

Commit 336cda0

Browse files
committed
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.
1 parent cfc93e2 commit 336cda0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/display/canvas.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,6 @@ class CanvasGraphics {
667667
this.stateStack = [];
668668
this.pendingClip = null;
669669
this.pendingEOFill = false;
670-
this.res = null;
671-
this.xobjs = null;
672670
this.commonObjs = commonObjs;
673671
this.objs = objs;
674672
this.canvasFactory = canvasFactory;

0 commit comments

Comments
 (0)