From cf3816187f6cbee5569a5924dc1ce1074ffcad7a Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 11 Oct 2016 14:11:16 -0700 Subject: Remove remaining CPDFSDK_Document references Review-Url: https://codereview.chromium.org/2399213002 --- fpdfsdk/javascript/Document.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fpdfsdk/javascript') 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& params, CJS_Value& vRet, -- cgit v1.2.3