From d07958fd2d1c4134d865f4ccb056eb925aaa7d2a Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 22 Jul 2015 13:47:50 -0700 Subject: Merge to XFA: Remove dead code found by Scythe. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1249643003 . (cherry picked from commit b05f1fd710496dea44b001bb905fa1c16a39bb28) Review URL: https://codereview.chromium.org/1250433003 . --- core/src/fpdftext/text_int.h | 8 -------- core/src/fpdftext/txtproc.h | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'core/src/fpdftext') diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h index fb74187e93..a521c7c1f7 100644 --- a/core/src/fpdftext/text_int.h +++ b/core/src/fpdftext/text_int.h @@ -7,14 +7,6 @@ #ifndef CORE_SRC_FPDFTEXT_TEXT_INT_H_ #define CORE_SRC_FPDFTEXT_TEXT_INT_H_ -class CPDF_TextParseOptions -{ -public: - CPDF_TextParseOptions(); - FX_BOOL m_bCheckObjectOrder; - FX_BOOL m_bCheckDirection; - int m_nCheckSameObject; -}; class CPDF_TextPage; class CPDF_LinkExtract; class CPDF_TextPageFind; diff --git a/core/src/fpdftext/txtproc.h b/core/src/fpdftext/txtproc.h index 7a3799e8e0..275aabd53b 100644 --- a/core/src/fpdftext/txtproc.h +++ b/core/src/fpdftext/txtproc.h @@ -60,7 +60,7 @@ public: FX_BOOL m_bAutoWidth; FX_BOOL m_bKeepColumn; FX_BOOL m_bBreakSpace; - FX_BOOL m_bOCR; + private: CFX_PtrArray m_BaseLines; CFX_PtrArray m_TextColumns; -- cgit v1.2.3