summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-11-05 15:34:42 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-11-22 22:40:46 +0800
commitf2bbf0731f2182638c23d20ac276a7e8b9463505 (patch)
tree3e10a8dbecad0a81f4c29cb335e5302160c6ada9 /include/mupdf/fitz/document.h
parent14136e7a1eb1fd14cf045fdcd3e5d0ff85861405 (diff)
downloadmupdf-f2bbf0731f2182638c23d20ac276a7e8b9463505.tar.xz
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.
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.