summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-07-07 13:33:38 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-07-08 12:04:51 +0200
commit5f11fd5eb7096d15f92abbb9d7d84d0c35eb8f53 (patch)
tree45850a97e5d251decba95c77a0b0cce2c967a29a /include
parente82910771b7896b0cfff98b04d2ffe0a56cae0b4 (diff)
downloadmupdf-5f11fd5eb7096d15f92abbb9d7d84d0c35eb8f53.tar.xz
Slim pdf_annot struct: remove cached pagerect field.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/annot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/pdf/annot.h b/include/mupdf/pdf/annot.h
index e6ea5b8d..7038a9fb 100644
--- a/include/mupdf/pdf/annot.h
+++ b/include/mupdf/pdf/annot.h
@@ -61,8 +61,8 @@ struct pdf_annot_s
pdf_page *page;
fz_matrix page_ctm, inv_page_ctm;
pdf_obj *obj;
+
fz_rect rect;
- fz_rect pagerect;
pdf_xobject *ap;
int ap_iteration;
fz_matrix matrix;