diff options
Diffstat (limited to 'fxjs/cjs_global.h')
-rw-r--r-- | fxjs/cjs_global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fxjs/cjs_global.h b/fxjs/cjs_global.h index 6ecd6c0130..454ddf9b4f 100644 --- a/fxjs/cjs_global.h +++ b/fxjs/cjs_global.h @@ -40,7 +40,6 @@ class CJS_Global final : public CJS_Object { ~CJS_Global() override; CJS_Result DelProperty(CJS_Runtime* pRuntime, const wchar_t* propname); - void Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv); CJS_Result setPersistent(CJS_Runtime* pRuntime, const std::vector<v8::Local<v8::Value>>& params); |