From fb14c9fec64730ee78a80d487ff02c517d6f1123 Mon Sep 17 00:00:00 2001 From: Ken Sharp Date: Thu, 10 Feb 2022 16:51:10 +0000 Subject: 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. --- pdf/ghostpdf.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pdf/ghostpdf.h') 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; -- cgit v1.2.1