| Index: core/include/fpdfapi/fpdf_parser.h
|
| diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h
|
| index 2134d0159b94b3ed96492f040cf8a87a0d03933f..7d7243c90fd9844fd08620aac523b0c673e3d0d6 100644
|
| --- a/core/include/fpdfapi/fpdf_parser.h
|
| +++ b/core/include/fpdfapi/fpdf_parser.h
|
| @@ -201,16 +201,6 @@ FX_DWORD RunLengthDecode(const uint8_t* src_buf,
|
| FX_DWORD& dest_size);
|
| bool IsSignatureDict(const CPDF_Dictionary* pDict);
|
|
|
| -class CPDF_NumberTree {
|
| - public:
|
| - CPDF_NumberTree(CPDF_Dictionary* pRoot) { m_pRoot = pRoot; }
|
| -
|
| - CPDF_Object* LookupValue(int num);
|
| -
|
| - protected:
|
| - CPDF_Dictionary* m_pRoot;
|
| -};
|
| -
|
| class IFX_FileAvail {
|
| public:
|
| virtual ~IFX_FileAvail() {}
|
|
|