From 6b90e983a9e3e7aee0c637a7b0c3c51f0dfc1faf Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 11 Feb 2016 09:06:11 -0800 Subject: 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 . --- pdfium.gyp | 3 --- 1 file changed, 3 deletions(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 09c9028e0a..0c40eff791 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -330,11 +330,8 @@ 'type': 'static_library', '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', -- cgit v1.2.3