summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfeditimg.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-05-09 12:19:56 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-05-09 21:06:14 +0000
commit392cfd62f6fd6fc505b644b67938ea30131eb837 (patch)
tree140eae6fd8f43f9749aba7eccbb6c41a37d547fb /fpdfsdk/fpdfeditimg.cpp
parentfe5c7c28c2f048eda4aa58cb8932d0d6f3f98114 (diff)
downloadpdfium-392cfd62f6fd6fc505b644b67938ea30131eb837.tar.xz
Remove FPDFPageObj_NewImgeObj().
Callers should use FPDFPageObj_NewImageObj() instead. Change-Id: If9f262af771344799a372645e466d3b8e64482ed Reviewed-on: https://pdfium-review.googlesource.com/5153 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdfeditimg.cpp')
-rw-r--r--fpdfsdk/fpdfeditimg.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/fpdfsdk/fpdfeditimg.cpp b/fpdfsdk/fpdfeditimg.cpp
index 4738bd1325..1207ecf06d 100644
--- a/fpdfsdk/fpdfeditimg.cpp
+++ b/fpdfsdk/fpdfeditimg.cpp
@@ -53,11 +53,6 @@ FPDFPageObj_NewImageObj(FPDF_DOCUMENT document) {
return pImageObj.release();
}
-DLLEXPORT FPDF_PAGEOBJECT STDCALL
-FPDFPageObj_NewImgeObj(FPDF_DOCUMENT document) {
- return FPDFPageObj_NewImageObj(document);
-}
-
DLLEXPORT FPDF_BOOL STDCALL
FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages,
int nCount,