summaryrefslogtreecommitdiff
path: root/public/fpdf_doc.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/fpdf_doc.h')
-rw-r--r--public/fpdf_doc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h
index 67a4108531..4bd9d44169 100644
--- a/public/fpdf_doc.h
+++ b/public/fpdf_doc.h
@@ -177,19 +177,6 @@ FPDFAction_GetURIPath(FPDF_DOCUMENT document,
void* buffer,
unsigned long buflen);
-// Deprecated. Use FPDFDest_GetDestPageIndex() instead.
-//
-// Get the page index of |dest|.
-//
-// document - handle to the document.
-// dest - handle to the destination.
-//
-// Returns the page index containing |dest|. Page indices start from 0.
-// On an error, returns 0 or -1. Note that 0 can mean the first page, hence
-// do not use this API.
-FPDF_EXPORT unsigned long FPDF_CALLCONV
-FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST dest);
-
// Get the page index of |dest|.
//
// document - handle to the document.