From d5b81ce5722398cc8c259d76e7cd1a5ddc2c562f Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 16 Dec 2016 14:45:46 -0800 Subject: Return unique_ptr<> from IPDF_StructTree Delete some dead code in the process. Review-Url: https://codereview.chromium.org/2585873002 --- core/fpdfdoc/tagged_int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fpdfdoc/tagged_int.h') diff --git a/core/fpdfdoc/tagged_int.h b/core/fpdfdoc/tagged_int.h index 43e43f1ed6..03f1c40ad6 100644 --- a/core/fpdfdoc/tagged_int.h +++ b/core/fpdfdoc/tagged_int.h @@ -26,7 +26,6 @@ class CPDF_StructTreeImpl final : public IPDF_StructTree { int CountTopElements() const override; IPDF_StructElement* GetTopElement(int i) const override; - void LoadDocTree(); void LoadPageTree(const CPDF_Dictionary* pPageDict); CPDF_StructElementImpl* AddPageNode( CPDF_Dictionary* pElement, -- cgit v1.2.3