From c7c2115d33c5e6cee5e3d5215e3357b859f5990e Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 9 Mar 2016 17:00:09 -0800 Subject: Move CPDF_NumberTree to fpdfdoc. It's not used anywhere in fpdfapi, and can become restricted to fpdfoc/. R=ochang@chromium.org Review URL: https://codereview.chromium.org/1776713004 . --- core/include/fpdfapi/fpdf_parser.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'core/include/fpdfapi') 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() {} -- cgit v1.2.3