summaryrefslogtreecommitdiff
path: root/pdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-02-19 17:29:36 +0100
committerRobin Watts <robin.watts@artifex.com>2013-02-20 13:50:40 +0000
commit40997a6e6cb6c41ea337354ba4ecc3831ce0dcb7 (patch)
tree754ff984bc7e3934e4d40ef3e77dc009e287e224 /pdf
parent45bc650f98a70f3ee5fa8cb77ace6acef39d3b50 (diff)
downloadmupdf-40997a6e6cb6c41ea337354ba4ecc3831ce0dcb7.tar.xz
Bug 693639: fix warnings.
Thanks to zeniko.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/pdf_annot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pdf/pdf_annot.c b/pdf/pdf_annot.c
index 01140048..9513bf1a 100644
--- a/pdf/pdf_annot.c
+++ b/pdf/pdf_annot.c
@@ -252,8 +252,6 @@ pdf_load_link(pdf_document *xref, pdf_obj *dict, const fz_matrix *page_ctm)
fz_context *ctx = xref->ctx;
fz_link_dest ld;
- dest = NULL;
-
obj = pdf_dict_gets(dict, "Rect");
if (obj)
pdf_to_rect(ctx, obj, &bbox);