summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-11-09 22:04:17 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-09 22:04:17 +0000
commitc7056ca0027eb34ed9abf31338c4cd2ffff40528 (patch)
tree64cefa863bfab09587fd8b1efe3dba2a3b44870e /BUILD.gn
parent309fa59a2992706924913a63e7c847bc431159bc (diff)
downloadpdfium-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.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c4919cc2ec..7d98e1f37a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",