diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 17:20:30 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 17:20:30 -0500 |
commit | 198362223d2257ded96895bd91df2bea422f361e (patch) | |
tree | 18f20dece89c011b527f2ff4d9440dc497e145ae /BUILD.gn | |
parent | 9d8c29dbe9576a52b4f326fdce9d8ea669d26bff (diff) | |
download | pdfium-198362223d2257ded96895bd91df2bea422f361e.tar.xz |
Remove FDE_USEFORMATBLOCK.
This does not appear to ever be defined. There are a few methods which end up
being empty after this change, removed those and their callers as well.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1736133002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -885,8 +885,6 @@ if (pdf_enable_xfa) { "xfa/src/fee/include/ifde_txtedtbuf.h", "xfa/src/fee/include/ifde_txtedtengine.h", "xfa/src/fee/include/ifde_txtedtpage.h", - "xfa/src/fee/src/fee/fde_txtedtblock.cpp", - "xfa/src/fee/src/fee/fde_txtedtblock.h", "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", "xfa/src/fee/src/fee/fde_txtedtbuf.h", "xfa/src/fee/src/fee/fde_txtedtengine.cpp", |