diff options
Diffstat (limited to 'core/include/fpdfapi/fpdf_parser.h')
-rw-r--r-- | core/include/fpdfapi/fpdf_parser.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h index 2134d0159b..7d7243c90f 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() {} |