summaryrefslogtreecommitdiff
path: root/core/include/fpdfapi/fpdf_module.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-29 17:51:28 -0800
committerLei Zhang <thestig@chromium.org>2016-01-29 17:51:28 -0800
commit9e8185948f7631515951770ca8778f42cc9fd2fc (patch)
tree72d1e54238a2e514aa4f8d0d9b10cc80160d4a39 /core/include/fpdfapi/fpdf_module.h
parentdf1ab41e000069dda7bf21527308f3bf41e126ca (diff)
downloadpdfium-9e8185948f7631515951770ca8778f42cc9fd2fc.tar.xz
Another round of cleanup in CPDF_Parser and friends.
- Remove dead code. - Add more public methods and remove friends. R=weili@chromium.org Review URL: https://codereview.chromium.org/1566133002 .
Diffstat (limited to 'core/include/fpdfapi/fpdf_module.h')
-rw-r--r--core/include/fpdfapi/fpdf_module.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/fpdfapi/fpdf_module.h b/core/include/fpdfapi/fpdf_module.h
index f68511cc77..6a17a489c2 100644
--- a/core/include/fpdfapi/fpdf_module.h
+++ b/core/include/fpdfapi/fpdf_module.h
@@ -28,7 +28,6 @@ class CPDF_PageObjectList;
class CPDF_PageRenderCache;
class CPDF_RenderConfig;
class CPDF_RenderOptions;
-class CPDF_SecurityHandler;
class CPDF_Stream;
class ICodec_FaxModule;
class ICodec_FlateModule;