summaryrefslogtreecommitdiff
path: root/core/include/fpdfdoc/fpdf_tagged.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-03 16:09:12 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-03 16:09:12 -0700
commit80b597d3f32ef2509627c7561abb84a6f5ac09bf (patch)
treefd13d7c464df96ae4d3b5a60ba802af04cc86163 /core/include/fpdfdoc/fpdf_tagged.h
parent7bb4d8dc9e825f484e180205254aee1488cc34dc (diff)
downloadpdfium-80b597d3f32ef2509627c7561abb84a6f5ac09bf.tar.xz
Kill unused IPDF_ classes.
Some are simply never defined. Some are never instantiated. Some have paths that are never reached. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1168503003
Diffstat (limited to 'core/include/fpdfdoc/fpdf_tagged.h')
-rw-r--r--core/include/fpdfdoc/fpdf_tagged.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/include/fpdfdoc/fpdf_tagged.h b/core/include/fpdfdoc/fpdf_tagged.h
index 2c40ac176d..4943ad0ce6 100644
--- a/core/include/fpdfdoc/fpdf_tagged.h
+++ b/core/include/fpdfdoc/fpdf_tagged.h
@@ -7,13 +7,13 @@
#ifndef CORE_INCLUDE_FPDFDOC_FPDF_TAGGED_H_
#define CORE_INCLUDE_FPDFDOC_FPDF_TAGGED_H_
-class CPDF_StructTree;
-class CPDF_StructElement;
-struct CPDF_StructKid;
class CPDF_Document;
class CPDF_Page;
-class IPDF_ReflowEngine;
+class CPDF_StructElement;
+class CPDF_StructTree;
class IPDF_ReflowedPage;
+struct CPDF_StructKid;
+
class CPDF_StructTree
{
public: