diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-29 18:03:40 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-29 18:03:40 -0800 |
commit | aa23e7043863904ace627ce6fa470b79ebd1dbc7 (patch) | |
tree | ef8e9cd2daf9eabb94d7ef9091ec4be1843dffb9 /core/include/fpdfapi/fpdf_module.h | |
parent | e5fbd7a170257b455f6ea8c94f71e827e6c3bb8d (diff) | |
download | pdfium-aa23e7043863904ace627ce6fa470b79ebd1dbc7.tar.xz |
Another round of cleanup in CPDF_Parser and friends.
- Remove dead code.
- Add more public methods and remove friends.
TBR=weili@chromium.org
Review URL: https://codereview.chromium.org/1566133002 .
(cherry picked from commit 9e8185948f7631515951770ca8778f42cc9fd2fc)
Review URL: https://codereview.chromium.org/1649233002 .
Diffstat (limited to 'core/include/fpdfapi/fpdf_module.h')
-rw-r--r-- | core/include/fpdfapi/fpdf_module.h | 1 |
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; |