summaryrefslogtreecommitdiff
path: root/platform/gl/gl-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/gl/gl-main.c')
-rw-r--r--platform/gl/gl-main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/gl/gl-main.c b/platform/gl/gl-main.c
index ed1591e4..5b5ae2b8 100644
--- a/platform/gl/gl-main.c
+++ b/platform/gl/gl-main.c
@@ -260,13 +260,6 @@ void render_page(void)
fz_gamma_pixmap(ctx, pix, 1 / 1.4f);
}
- if (pdf)
- {
- pdf_annot *annot;
- for (annot = page->annots; annot; annot = annot->next)
- annot->has_new_ap = 0;
- }
-
ui_texture_from_pixmap(&page_tex, pix);
fz_drop_pixmap(ctx, pix);
}