summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/document.h')
-rw-r--r--include/mupdf/fitz/document.h5
1 files changed, 0 insertions, 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
@@ -348,11 +348,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.
transition: A pointer to a transition struct to fill out.