From 392cfd62f6fd6fc505b644b67938ea30131eb837 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 9 May 2017 12:19:56 -0700 Subject: Remove FPDFPageObj_NewImgeObj(). Callers should use FPDFPageObj_NewImageObj() instead. Change-Id: If9f262af771344799a372645e466d3b8e64482ed Reviewed-on: https://pdfium-review.googlesource.com/5153 Reviewed-by: dsinclair Commit-Queue: Lei Zhang --- public/fpdf_edit.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'public') diff --git a/public/fpdf_edit.h b/public/fpdf_edit.h index 5784b90feb..f9edfa3426 100644 --- a/public/fpdf_edit.h +++ b/public/fpdf_edit.h @@ -196,15 +196,6 @@ DLLEXPORT void STDCALL FPDFPage_TransformAnnots(FPDF_PAGE page, DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPageObj_NewImageObj(FPDF_DOCUMENT document); -// Create a new image object. -// DEPRECATED. Please use FPDFPageObj_NewImageObj() above. -// -// document - handle to a document. -// -// Returns a handle to a new image object. -DLLEXPORT FPDF_PAGEOBJECT STDCALL -FPDFPageObj_NewImgeObj(FPDF_DOCUMENT document); - // Load an image from a JPEG image file and then set it into |image_object|. // // pages - pointer to the start of all loaded pages, may be NULL. -- cgit v1.2.3