summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2015-10-14 11:26:42 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2015-10-14 11:26:42 -0700
commit2ce181d1ed49784aa20d415b8866dab4bdfb733a (patch)
treecd7e0d2eb6c86dedc027bbc790ea32e00d6df9cb
parent74dac977aedf60e1fdd0ce4165828cf24c52c1d7 (diff)
downloadmupdf-2ce181d1ed49784aa20d415b8866dab4bdfb733a.tar.xz
Remove unused variable.
-rw-r--r--source/pdf/pdf-appearance.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/pdf/pdf-appearance.c b/source/pdf/pdf-appearance.c
index cd1f0f93..9bd3754b 100644
--- a/source/pdf/pdf-appearance.c
+++ b/source/pdf/pdf-appearance.c
@@ -1191,7 +1191,6 @@ void pdf_update_listbox_appearance(fz_context *ctx, pdf_document *doc, pdf_obj *
char **vals = NULL;
int *sel_indices = NULL;
char **pos;
- char *val_sel;
int index = -1;
float height, width;
float ascent, descent, lineheight;