diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-28 13:17:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-28 13:17:29 -0700 |
commit | dbfc3522a6ee24d17f2c50a5dcc465db52a280ee (patch) | |
tree | b8a04b1a5649267db30c27c953b9c278f2ef78e2 /BUILD.gn | |
parent | cac704dd3e5c0e5900e898db4eff5a0948cef6fc (diff) | |
download | pdfium-dbfc3522a6ee24d17f2c50a5dcc465db52a280ee.tar.xz |
Remove the document tagged code as it is unused.
The fpdf_tagged.h, tagged_int.h and doc_tagged.cpp code is currently unused
and can be removed.
Review-Url: https://codereview.chromium.org/2188213002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -229,7 +229,6 @@ static_library("fpdfdoc") { "core/fpdfdoc/doc_link.cpp", "core/fpdfdoc/doc_metadata.cpp", "core/fpdfdoc/doc_ocg.cpp", - "core/fpdfdoc/doc_tagged.cpp", "core/fpdfdoc/doc_utils.cpp", "core/fpdfdoc/doc_utils.h", "core/fpdfdoc/doc_viewerPreferences.cpp", @@ -263,11 +262,9 @@ static_library("fpdfdoc") { "core/fpdfdoc/include/cpvt_wordplace.h", "core/fpdfdoc/include/cpvt_wordprops.h", "core/fpdfdoc/include/cpvt_wordrange.h", - "core/fpdfdoc/include/fpdf_tagged.h", "core/fpdfdoc/include/ipdf_formnotify.h", "core/fpdfdoc/ipvt_fontmap.h", "core/fpdfdoc/pdf_vt.h", - "core/fpdfdoc/tagged_int.h", ] configs += [ ":pdfium_core_config" ] } |