summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-10-05 15:29:59 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-05 19:48:26 +0000
commit7f1c6a5cd4ad7fea6b7534db2cb4517b75840dbc (patch)
tree67b3fa0aef91daa047c73a97cdc44e3ac4bd32d7 /BUILD.gn
parent3bea564a5f6d1a66c082ec4df8c999fccf7ec046 (diff)
downloadpdfium-7f1c6a5cd4ad7fea6b7534db2cb4517b75840dbc.tar.xz
Remove CPVT_Section
The CPVT_Section only contained a single rect which was used in one place. The place it was used never used the variable it assigned it too. Removed. Change-Id: I5c3fccff4fad6deca4945e301bffb5348692b23c Reviewed-on: https://pdfium-review.googlesource.com/15675 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3324de76fb..451af01ffc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -363,7 +363,6 @@ static_library("fpdfdoc") {
"core/fpdfdoc/cpvt_generateap.h",
"core/fpdfdoc/cpvt_line.h",
"core/fpdfdoc/cpvt_lineinfo.h",
- "core/fpdfdoc/cpvt_section.h",
"core/fpdfdoc/cpvt_sectioninfo.cpp",
"core/fpdfdoc/cpvt_sectioninfo.h",
"core/fpdfdoc/cpvt_word.h",