summaryrefslogtreecommitdiff
path: root/pdf/ghostpdf.h
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2022-02-10 16:51:10 +0000
committerKen Sharp <ken.sharp@artifex.com>2022-02-11 17:09:08 +0000
commitfb14c9fec64730ee78a80d487ff02c517d6f1123 (patch)
tree80d4c098c26b6d4e8a7640abb9eeb013e69840b0 /pdf/ghostpdf.h
parent2d85a80c499407489a7ebd5d97fab4ad208fe011 (diff)
downloadghostpdl-fb14c9fec64730ee78a80d487ff02c517d6f1123.tar.gz
GhostPDF - Complete the ICC cache performance fix
Due to a slip-up with Git, commit 18c791d6c6945bc6d42f2841d6e5e4d2ad6ab171 only included part of the actual performance fix. The remainder is included here.
Diffstat (limited to 'pdf/ghostpdf.h')
-rw-r--r--pdf/ghostpdf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pdf/ghostpdf.h b/pdf/ghostpdf.h
index d418efa96..f401a1e2f 100644
--- a/pdf/ghostpdf.h
+++ b/pdf/ghostpdf.h
@@ -458,10 +458,6 @@ typedef struct pdf_context_s
pdf_dict *AcroForm;
bool NeedAppearances; /* From AcroForm, if any */
-
- /* Interpreter level PDF objects */
- pdf_name *currentSpace;
-
/* The interpreter operand stack */
uint32_t stack_size;
pdf_obj **stack_bot;