diff options
author | npm <npm@chromium.org> | 2016-09-21 08:17:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-21 08:17:30 -0700 |
commit | b873def79f7b1d83a55dc60d633ed607b319ff4f (patch) | |
tree | 58bc00f4abf93b76b3f546aa62e4092d2e8ef8cd /core/fpdfapi/fpdf_parser/include | |
parent | 60e903c33480ab0baf0faff9c848bc8992180454 (diff) | |
download | pdfium-b873def79f7b1d83a55dc60d633ed607b319ff4f.tar.xz |
Delete unused methods in CPDF_Parser
Review-Url: https://codereview.chromium.org/2353383002
Diffstat (limited to 'core/fpdfapi/fpdf_parser/include')
-rw-r--r-- | core/fpdfapi/fpdf_parser/include/cpdf_parser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_parser.h b/core/fpdfapi/fpdf_parser/include/cpdf_parser.h index 5d6d6f93fc..05288353f2 100644 --- a/core/fpdfapi/fpdf_parser/include/cpdf_parser.h +++ b/core/fpdfapi/fpdf_parser/include/cpdf_parser.h @@ -48,7 +48,6 @@ class CPDF_Parser { CFX_ByteString GetPassword() { return m_Password; } CPDF_Dictionary* GetTrailer() const { return m_pTrailer; } FX_FILESIZE GetLastXRefOffset() const { return m_LastXRefOffset; } - CPDF_Document* GetDocument() const { return m_pDocument; } uint32_t GetPermissions() const; uint32_t GetRootObjNum(); @@ -67,7 +66,6 @@ class CPDF_Parser { uint16_t GetObjectGenNum(uint32_t objnum) const; bool IsVersionUpdated() const { return m_bVersionUpdated; } bool IsObjectFreeOrNull(uint32_t objnum) const; - FX_BOOL IsFormStream(uint32_t objnum, FX_BOOL& bForm); CPDF_CryptoHandler* GetCryptoHandler(); IFX_FileRead* GetFileAccess() const; |