summaryrefslogtreecommitdiff
path: root/public/fpdf_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/fpdf_edit.h')
-rw-r--r--public/fpdf_edit.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/public/fpdf_edit.h b/public/fpdf_edit.h
index 577ae7fac1..dcf6201fe8 100644
--- a/public/fpdf_edit.h
+++ b/public/fpdf_edit.h
@@ -178,15 +178,6 @@ FPDFPage_RemoveObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj);
// page - handle to a page.
//
// Returns the number of objects in |page|.
-//
-// DEPRECATED. Please use FPDFPage_CountObjects.
-FPDF_EXPORT int FPDF_CALLCONV FPDFPage_CountObject(FPDF_PAGE page);
-
-// Get number of page objects inside |page|.
-//
-// page - handle to a page.
-//
-// Returns the number of objects in |page|.
FPDF_EXPORT int FPDF_CALLCONV FPDFPage_CountObjects(FPDF_PAGE page);
// Get object in |page| at |index|.