diff options
author | Nicolas Pena <npm@chromium.org> | 2017-02-14 11:15:58 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-02-14 16:40:40 +0000 |
commit | 22da8c268d2228203b40a8c73a2d3f6c25fc9acc (patch) | |
tree | 65b402021e52efb64578a312e67627f4eba8f5c9 /fpdfsdk/fxedit/fxet_edit.h | |
parent | dd40b8b802da1c068dab450b68c934be0358b6de (diff) | |
download | pdfium-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.h | 6 |
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(); |