| Index: fpdfsdk/javascript/Document.cpp
|
| diff --git a/fpdfsdk/javascript/Document.cpp b/fpdfsdk/javascript/Document.cpp
|
| index ac94e103035bf04e0050ca82719de04d080703d7..ed87c2dbba29a72b87119d6e556210ccd3c35624 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,
|
|
|