diff options
author | Lei Zhang <thestig@chromium.org> | 2017-11-22 20:04:13 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-22 20:04:13 +0000 |
commit | e6dba0dcc2c399e92b2ed7029a5241726f38938f (patch) | |
tree | 995af506b01db9595c2a3ac3bd1a4cf1d914ab77 /core/fpdfapi/page/cpdf_contentmark.h | |
parent | fe2cd4d914205f2da91286e7270209e2016d51a1 (diff) | |
download | pdfium-e6dba0dcc2c399e92b2ed7029a5241726f38938f.tar.xz |
Remove dead CPDF_ContentMark code.
Change-Id: Ic552a652856ca231f3d2077c76a20d5916adb3c1
Reviewed-on: https://pdfium-review.googlesource.com/19170
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fpdfapi/page/cpdf_contentmark.h')
-rw-r--r-- | core/fpdfapi/page/cpdf_contentmark.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/fpdfapi/page/cpdf_contentmark.h b/core/fpdfapi/page/cpdf_contentmark.h index 9619b12b6c..f9a891017e 100644 --- a/core/fpdfapi/page/cpdf_contentmark.h +++ b/core/fpdfapi/page/cpdf_contentmark.h @@ -21,14 +21,9 @@ class CPDF_ContentMark { CPDF_ContentMark(const CPDF_ContentMark& that); ~CPDF_ContentMark(); - void SetNull(); - - int GetMCID() const; int CountItems() const; const CPDF_ContentMarkItem& GetItem(int i) const; - bool HasMark(const ByteStringView& mark) const; - bool LookupMark(const ByteStringView& mark, CPDF_Dictionary** pDict) const; void AddMark(const ByteString& name, CPDF_Dictionary* pDict, bool bDirect); void DeleteLastMark(); @@ -42,10 +37,8 @@ class CPDF_ContentMark { ~MarkData(); int CountItems() const; - CPDF_ContentMarkItem& GetItem(int index); const CPDF_ContentMarkItem& GetItem(int index) const; - int GetMCID() const; void AddMark(const ByteString& name, CPDF_Dictionary* pDict, bool bDictNeedClone); |