From 336cda0c642751bc2360bfe813c6603200f4eede Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 17 Feb 2026 21:36:08 +0100 Subject: [PATCH] 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. --- src/display/canvas.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/display/canvas.js b/src/display/canvas.js index b364a2910..3b18f8098 100644 --- a/src/display/canvas.js +++ b/src/display/canvas.js @@ -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;