summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-07-07 13:40:30 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-07-08 12:04:51 +0200
commit048948c9705c47b0ccd4ebf835d4612496ce6eb0 (patch)
treef8ee62da63fcca7d3f698b43f563ebf516fa0d8e /include
parent5f11fd5eb7096d15f92abbb9d7d84d0c35eb8f53 (diff)
downloadmupdf-048948c9705c47b0ccd4ebf835d4612496ce6eb0.tar.xz
Slim pdf_annot struct: remove cached rect field.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/annot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/pdf/annot.h b/include/mupdf/pdf/annot.h
index 7038a9fb..913dd80b 100644
--- a/include/mupdf/pdf/annot.h
+++ b/include/mupdf/pdf/annot.h
@@ -62,7 +62,6 @@ struct pdf_annot_s
fz_matrix page_ctm, inv_page_ctm;
pdf_obj *obj;
- fz_rect rect;
pdf_xobject *ap;
int ap_iteration;
fz_matrix matrix;