summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-appearance.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/pdf/pdf-appearance.c')
-rw-r--r--source/pdf/pdf-appearance.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/pdf/pdf-appearance.c b/source/pdf/pdf-appearance.c
index 43095351..e275ca56 100644
--- a/source/pdf/pdf-appearance.c
+++ b/source/pdf/pdf-appearance.c
@@ -1621,8 +1621,6 @@ void pdf_set_annot_appearance(fz_context *ctx, pdf_document *doc, pdf_annot *ann
xobj = pdf_load_xobject(ctx, doc, ap_obj);
if (xobj)
{
- /* Update bounding box and matrix also in the xobject structure */
- xobj->matrix = fz_identity;
xobj->iteration++;
pdf_drop_xobject(ctx, xobj);
}