summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/tagged_int.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-12-16 14:45:46 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-16 14:45:46 -0800
commitd5b81ce5722398cc8c259d76e7cd1a5ddc2c562f (patch)
tree3daa9b7e6c691a358b83ac9797bffe27753b2964 /core/fpdfdoc/tagged_int.h
parentad3cd2aeff15bd31aa38544063075d910ac63823 (diff)
downloadpdfium-d5b81ce5722398cc8c259d76e7cd1a5ddc2c562f.tar.xz
Return unique_ptr<> from IPDF_StructTree
Delete some dead code in the process. Review-Url: https://codereview.chromium.org/2585873002
Diffstat (limited to 'core/fpdfdoc/tagged_int.h')
-rw-r--r--core/fpdfdoc/tagged_int.h1
1 files changed, 0 insertions, 1 deletions
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,