diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-04-12 13:54:39 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-12 13:54:39 +0000 |
commit | 7023b8877475dda639a15d623b5a552f88a6812f (patch) | |
tree | 419e9359df5e36941e61ee18b3a470666253d379 /BUILD.gn | |
parent | babeeb69b1744e414b46d77de03689682742d99d (diff) | |
download | pdfium-7023b8877475dda639a15d623b5a552f88a6812f.tar.xz |
Remove CXFA_DocumentParser::m_bDocumentParser flag
This CL removes the import data behaviour as it was never called and
cleans up the m_bDocumentParser flag as it will always be used in the
true case.
Change-Id: If90a0a55cc76f406e9987aa71580e90edeaa01ba
Reviewed-on: https://pdfium-review.googlesource.com/30292
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2271,8 +2271,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_dataexporter.h", "xfa/fxfa/parser/cxfa_datagroup.cpp", "xfa/fxfa/parser/cxfa_datagroup.h", - "xfa/fxfa/parser/cxfa_dataimporter.cpp", - "xfa/fxfa/parser/cxfa_dataimporter.h", "xfa/fxfa/parser/cxfa_datamodel.cpp", "xfa/fxfa/parser/cxfa_datamodel.h", "xfa/fxfa/parser/cxfa_datavalue.cpp", |