summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-03-01 15:23:23 +0000
committerChris Liddell <chris.liddell@artifex.com>2022-03-02 08:53:46 +0000
commitc259d6a184fd3a5dd633f165da768f797b668c1f (patch)
tree7d65f6f5c199a9380f54085e4be6f8ed7dc03a94
parentf1e1c24f5933663ef7c50100c4bdbc2f67b1bee6 (diff)
downloadghostpdl-c259d6a184fd3a5dd633f165da768f797b668c1f.tar.gz
Squash unused variable error in pdf/pdf_image.c
-rw-r--r--pdf/pdf_image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf/pdf_image.c b/pdf/pdf_image.c
index b2431d455..fa2e5362f 100644
--- a/pdf/pdf_image.c
+++ b/pdf/pdf_image.c
@@ -1598,7 +1598,6 @@ pdfi_do_image(pdf_context *ctx, pdf_dict *page_dict, pdf_dict *stream_dict, pdf_
int saved_intent;
gs_offset_t stream_offset;
float save_strokeconstantalpha = 0.0f, save_fillconstantalpha = 0.0f;
- pdf_string *EODString = NULL;
int trans_required;
#if DEBUG_IMAGES