| Index: fpdfsdk/javascript/util.h
|
| diff --git a/fpdfsdk/javascript/util.h b/fpdfsdk/javascript/util.h
|
| index 50fa31ad275811374d444f864888d7e8af1db0e6..17f252d6dc16fbadaa88b17cdaf4c15db9b475ce 100644
|
| --- a/fpdfsdk/javascript/util.h
|
| +++ b/fpdfsdk/javascript/util.h
|
| @@ -17,7 +17,6 @@ class util : public CJS_EmbedObj {
|
| util(CJS_Object* pJSObject);
|
| ~util() override;
|
|
|
| - public:
|
| FX_BOOL printd(IJS_Context* cc,
|
| const std::vector<CJS_Value>& params,
|
| CJS_Value& vRet,
|
| @@ -39,15 +38,9 @@ class util : public CJS_EmbedObj {
|
| CJS_Value& vRet,
|
| CFX_WideString& sError);
|
|
|
| - public:
|
| - static void printd(const std::wstring& cFormat,
|
| - CJS_Date Date,
|
| - bool bXFAPicture,
|
| - std::wstring& cPurpose);
|
| static void printx(const std::string& cFormat,
|
| const std::string& cSource,
|
| std::string& cPurpose);
|
| - static int ParstDataType(std::wstring* sFormat);
|
| };
|
|
|
| class CJS_Util : public CJS_Object {
|
|
|