| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index fb74187e93d2124af269cd3ee6e002c06d2d1bed..a521c7c1f78b637db0da1d349c4197b92f59d41c 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;
|
|
|