diff options
Diffstat (limited to 'fxjs/cjs_global.h')
-rw-r--r-- | fxjs/cjs_global.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fxjs/cjs_global.h b/fxjs/cjs_global.h index e0d41b801d..17a519e651 100644 --- a/fxjs/cjs_global.h +++ b/fxjs/cjs_global.h @@ -38,9 +38,6 @@ class CJS_Global : public CJS_Object { CJS_Global(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); ~CJS_Global() override; - // CJS_Object: - void InitInstance() override; - CJS_Return DelProperty(CJS_Runtime* pRuntime, const wchar_t* propname); void Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv); |