From f2bbf0731f2182638c23d20ac276a7e8b9463505 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sat, 5 Nov 2016 15:34:42 +0800 Subject: Remove second declaration of fz_new_annot(). It is already declared in include/mupdf/fitz/annotation.h, and it makes more sense to have it there. --- include/mupdf/fitz/document.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/mupdf/fitz/document.h b/include/mupdf/fitz/document.h index 754f97df..dce7a76c 100644 --- a/include/mupdf/fitz/document.h +++ b/include/mupdf/fitz/document.h @@ -347,11 +347,6 @@ fz_page *fz_keep_page(fz_context *ctx, fz_page *page); */ void fz_drop_page(fz_context *ctx, fz_page *page); -/* - fz_new_annot: Create and initialize an annotation struct. -*/ -void *fz_new_annot(fz_context *ctx, int size); - /* fz_page_presentation: Get the presentation details for a given page. -- cgit v1.2.3