summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_docjsactions.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-03 21:02:42 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-03 21:02:42 +0000
commit61d8d025d5687a05048202d2d1d6f355f3d20404 (patch)
treeefa0fd0b83944ae0d3cf1ff0ffeeae5dbe7ee9ab /core/fpdfdoc/cpdf_docjsactions.h
parent3ee4922ced4b74e3c3f8aba355239932bb8afee5 (diff)
downloadpdfium-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.h2
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: