diff options
author | Nicolas Pena <npm@chromium.org> | 2017-11-09 22:04:17 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-09 22:04:17 +0000 |
commit | c7056ca0027eb34ed9abf31338c4cd2ffff40528 (patch) | |
tree | 64cefa863bfab09587fd8b1efe3dba2a3b44870e /BUILD.gn | |
parent | 309fa59a2992706924913a63e7c847bc431159bc (diff) | |
download | pdfium-c7056ca0027eb34ed9abf31338c4cd2ffff40528.tar.xz |
Remove a couple of unused methods in CXFA_FFWidget
This CL removes two unused methods in CXFA_FFWidget and also the code
that becomes unused after removing those.
Change-Id: Ifa58a7cabc1750bb13942f86385414e8f5e0cce3
Reviewed-on: https://pdfium-review.googlesource.com/18310
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1788,8 +1788,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_arcdata.h", "xfa/fxfa/parser/cxfa_arraynodelist.cpp", "xfa/fxfa/parser/cxfa_arraynodelist.h", - "xfa/fxfa/parser/cxfa_assistdata.cpp", - "xfa/fxfa/parser/cxfa_assistdata.h", "xfa/fxfa/parser/cxfa_attachnodelist.cpp", "xfa/fxfa/parser/cxfa_attachnodelist.h", "xfa/fxfa/parser/cxfa_binddata.cpp", @@ -1877,8 +1875,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_thisproxy.h", "xfa/fxfa/parser/cxfa_timezoneprovider.cpp", "xfa/fxfa/parser/cxfa_timezoneprovider.h", - "xfa/fxfa/parser/cxfa_tooltipdata.cpp", - "xfa/fxfa/parser/cxfa_tooltipdata.h", "xfa/fxfa/parser/cxfa_traversestrategy_contentareacontainerlayoutitem.h", "xfa/fxfa/parser/cxfa_traversestrategy_contentlayoutitem.h", "xfa/fxfa/parser/cxfa_traversestrategy_layoutitem.h", |