diff options
Diffstat (limited to 'fpdfsdk/javascript/event.h')
-rw-r--r-- | fpdfsdk/javascript/event.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/javascript/event.h b/fpdfsdk/javascript/event.h index 4d03f45edd..69745633f1 100644 --- a/fpdfsdk/javascript/event.h +++ b/fpdfsdk/javascript/event.h @@ -84,11 +84,7 @@ class CJS_Event : public CJS_Object { static int g_nObjDefnID; static JSPropertySpec PropertySpecs[]; - static void JSConstructor(CFXJS_Engine* pEngine, v8::Local<v8::Object> obj); - static void JSDestructor(CFXJS_Engine* pEngine, v8::Local<v8::Object> obj); - static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType); - static void DefineProps(CFXJS_Engine* pEngine); JS_STATIC_PROP(change, change, event); JS_STATIC_PROP(changeEx, change_ex, event); |