summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow/PWL_Edit.h
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-02-14 11:15:58 -0500
committerChromium commit bot <commit-bot@chromium.org>2017-02-14 16:40:40 +0000
commit22da8c268d2228203b40a8c73a2d3f6c25fc9acc (patch)
tree65b402021e52efb64578a312e67627f4eba8f5c9 /fpdfsdk/pdfwindow/PWL_Edit.h
parentdd40b8b802da1c068dab450b68c934be0358b6de (diff)
downloadpdfium-22da8c268d2228203b40a8c73a2d3f6c25fc9acc.tar.xz
Delete unused method CPWL_Edit::GeneratePageObjects
Change-Id: I114afbee411784118e81b4528ae740528c4aef2c Reviewed-on: https://pdfium-review.googlesource.com/2693 Commit-Queue: Nicolás Peña <npm@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/pdfwindow/PWL_Edit.h')
-rw-r--r--fpdfsdk/pdfwindow/PWL_Edit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fpdfsdk/pdfwindow/PWL_Edit.h b/fpdfsdk/pdfwindow/PWL_Edit.h
index 801dedd0ac..e125ef78b0 100644
--- a/fpdfsdk/pdfwindow/PWL_Edit.h
+++ b/fpdfsdk/pdfwindow/PWL_Edit.h
@@ -105,12 +105,6 @@ class CPWL_Edit : public CPWL_EditCtrl {
m_pFillerNotify = pNotify;
}
- void GeneratePageObjects(CPDF_PageObjectHolder* pObjectHolder,
- const CFX_FloatPoint& ptOffset,
- std::vector<CPDF_TextObject*>* ObjArray);
- void GeneratePageObjects(CPDF_PageObjectHolder* pObjectHolder,
- const CFX_FloatPoint& ptOffset);
-
bool IsProceedtoOnChar(uint16_t nKeyCode, uint32_t nFlag);
void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; }