summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_dictionary.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-09 18:08:21 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-09 18:08:21 +0000
commit6169c37cb94e78d05641a9b7a920912460cd20da (patch)
tree15358ca753aead4452e772c9bf72f7e449b8a9c8 /core/fpdfapi/parser/cpdf_dictionary.h
parent33b1cebbc5e079589f370b6a8a6a9eff9268f465 (diff)
downloadpdfium-6169c37cb94e78d05641a9b7a920912460cd20da.tar.xz
Remove unused CPDF_Dictionary::IsSignatureDict().
Change-Id: I21320f89cc3d5e487506d6383d11ff688ad6b887 Reviewed-on: https://pdfium-review.googlesource.com/c/43607 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fpdfapi/parser/cpdf_dictionary.h')
-rw-r--r--core/fpdfapi/parser/cpdf_dictionary.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fpdfapi/parser/cpdf_dictionary.h b/core/fpdfapi/parser/cpdf_dictionary.h
index 1876a610a2..7b839975a1 100644
--- a/core/fpdfapi/parser/cpdf_dictionary.h
+++ b/core/fpdfapi/parser/cpdf_dictionary.h
@@ -65,7 +65,6 @@ class CPDF_Dictionary final : public CPDF_Object {
float GetFloatFor(const ByteString& key) const { return GetNumberFor(key); }
bool KeyExist(const ByteString& key) const;
- bool IsSignatureDict() const;
// Set* functions invalidate iterators for the element with the key |key|.
// Takes ownership of |pObj|, returns an unowned pointer to it.