diff options
Diffstat (limited to 'fxjs/cjs_object.cpp')
-rw-r--r-- | fxjs/cjs_object.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cjs_object.cpp b/fxjs/cjs_object.cpp index 62fa42154d..36fcc744d1 100644 --- a/fxjs/cjs_object.cpp +++ b/fxjs/cjs_object.cpp @@ -46,5 +46,3 @@ CJS_Object::CJS_Object(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) m_pRuntime(pRuntime) {} CJS_Object::~CJS_Object() {} - -void CJS_Object::InitInstance() {} |