diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2013-11-06 16:27:48 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-11-11 16:12:45 +0100 |
commit | f8e90a600b2f52d2e56b1cd174fbe259d2021097 (patch) | |
tree | 8cf9122519bbc5b37b54b3141bffe16125e679eb /source/pdf | |
parent | a49539c0c2c5bbf234d2bf2697c10593afeec2af (diff) | |
download | mupdf-f8e90a600b2f52d2e56b1cd174fbe259d2021097.tar.xz |
Remove unused variables causing warnings
Diffstat (limited to 'source/pdf')
-rw-r--r-- | source/pdf/pdf-pkcs7.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/pdf/pdf-pkcs7.c b/source/pdf/pdf-pkcs7.c index fda85693..4f770569 100644 --- a/source/pdf/pdf-pkcs7.c +++ b/source/pdf/pdf-pkcs7.c @@ -741,7 +741,6 @@ void pdf_sign_signature(pdf_document *doc, pdf_widget *widget, const char *sigfi fz_try(ctx) { unsigned char *dn_str; - int first = 1; pdf_signature_set_value(doc, ((pdf_annot *)widget)->obj, signer); dn = pdf_signer_designated_name(signer); |