diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-10-03 21:02:42 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-03 21:02:42 +0000 |
commit | 61d8d025d5687a05048202d2d1d6f355f3d20404 (patch) | |
tree | efa0fd0b83944ae0d3cf1ff0ffeeae5dbe7ee9ab /core/fpdfdoc/cpdf_docjsactions.h | |
parent | 3ee4922ced4b74e3c3f8aba355239932bb8afee5 (diff) | |
download | pdfium-61d8d025d5687a05048202d2d1d6f355f3d20404.tar.xz |
Remove unused methods in CPDF_DocJSActions.
Tidy ctor while at it.
Change-Id: I33c0751bc37e1aa840033439b4826c76d1597d4c
Reviewed-on: https://pdfium-review.googlesource.com/c/43456
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fpdfdoc/cpdf_docjsactions.h')
-rw-r--r-- | core/fpdfdoc/cpdf_docjsactions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fpdfdoc/cpdf_docjsactions.h b/core/fpdfdoc/cpdf_docjsactions.h index 39aafb8d50..cad28e9da4 100644 --- a/core/fpdfdoc/cpdf_docjsactions.h +++ b/core/fpdfdoc/cpdf_docjsactions.h @@ -20,8 +20,6 @@ class CPDF_DocJSActions { int CountJSActions() const; CPDF_Action GetJSActionAndName(int index, WideString* csName) const; - CPDF_Action GetJSAction(const WideString& csName) const; - int FindJSAction(const WideString& csName) const; CPDF_Document* GetDocument() const { return m_pDocument.Get(); } private: |