summaryrefslogtreecommitdiff
path: root/fpdfsdk/fxedit/fxet_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/fxedit/fxet_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/fxedit/fxet_edit.h')
-rw-r--r--fpdfsdk/fxedit/fxet_edit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fpdfsdk/fxedit/fxet_edit.h b/fpdfsdk/fxedit/fxet_edit.h
index 555c58b0a3..9c3e826ecb 100644
--- a/fpdfsdk/fxedit/fxet_edit.h
+++ b/fpdfsdk/fxedit/fxet_edit.h
@@ -331,12 +331,6 @@ class CFX_Edit {
const CPVT_WordRange* pRange,
CFX_SystemHandler* pSystemHandler,
CFFL_FormFiller* pFFLData);
- static void GeneratePageObjects(CPDF_PageObjectHolder* pObjectHolder,
- CFX_Edit* pEdit,
- const CFX_FloatPoint& ptOffset,
- const CPVT_WordRange* pRange,
- FX_COLORREF crText,
- std::vector<CPDF_TextObject*>* ObjArray);
CFX_Edit();
~CFX_Edit();