diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-11 14:11:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-11 14:11:16 -0700 |
commit | cf3816187f6cbee5569a5924dc1ce1074ffcad7a (patch) | |
tree | b613dde08108d0c438e8376b8060afae8203a2a3 /fpdfsdk/javascript | |
parent | 655fccab2f80af3a0e160116f30796e2da77f919 (diff) | |
download | pdfium-cf3816187f6cbee5569a5924dc1ce1074ffcad7a.tar.xz |
Remove remaining CPDFSDK_Document references
Review-Url: https://codereview.chromium.org/2399213002
Diffstat (limited to 'fpdfsdk/javascript')
-rw-r--r-- | fpdfsdk/javascript/Document.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/javascript/Document.cpp b/fpdfsdk/javascript/Document.cpp index ac94e10303..ed87c2dbba 100644 --- a/fpdfsdk/javascript/Document.cpp +++ b/fpdfsdk/javascript/Document.cpp @@ -376,10 +376,6 @@ FX_BOOL Document::importTextData(IJS_Context* cc, // exports the form data and mails the resulting fdf file as an attachment to // all recipients. // comment: need reader supports -// note: -// int CPDFSDK_Document::mailForm(FX_BOOL bUI,String cto,string ccc,string -// cbcc,string cSubject,string cms); - FX_BOOL Document::mailForm(IJS_Context* cc, const std::vector<CJS_Value>& params, CJS_Value& vRet, |