summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-02-11 09:06:11 -0800
committerTom Sepez <tsepez@chromium.org>2016-02-11 09:06:11 -0800
commit6b90e983a9e3e7aee0c637a7b0c3c51f0dfc1faf (patch)
tree4a7ee0b7d6f381b7e3b4270bf74746db45715a76 /BUILD.gn
parente238549d212e97fe01dba3740949a98172c21454 (diff)
downloadpdfium-6b90e983a9e3e7aee0c637a7b0c3c51f0dfc1faf.tar.xz
Remove unused NormalizeString()
- NormalizeString() has 1 caller: - CTextBaseLine::WriteOutput(), which has only 1 caller: - CTextPage::WriteOutput(), which has only 1 caller: - PDF_GetPageText_Unicode(), which has only 1 caller: - PDF_GetPageText(), which has no callers. Removing this also makes CheckRotate(), NormalizeCompositeChar(), and CTextPage unused. Removing those makes CTextBaseline() unused. Removing that makes txtproc.h unused. PDF_GetTextStream_Unicode also unused. ... and so on until entire files can be removed. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1689843002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c793d74df7..4f9f3757f1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -353,11 +353,8 @@ static_library("fpdfapi") {
static_library("fpdftext") {
sources = [
"core/include/fpdftext/fpdf_text.h",
- "core/src/fpdftext/fpdf_text.cpp",
"core/src/fpdftext/fpdf_text_int.cpp",
- "core/src/fpdftext/fpdf_text_search.cpp",
"core/src/fpdftext/text_int.h",
- "core/src/fpdftext/txtproc.h",
"core/src/fpdftext/unicodenormalization.cpp",
"core/src/fpdftext/unicodenormalizationdata.cpp",
"core/src/fpdftext/unicodenormalizationdata.h",