summaryrefslogtreecommitdiff
path: root/fxjs/cjs_style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_style.cpp')
-rw-r--r--fxjs/cjs_style.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/fxjs/cjs_style.cpp b/fxjs/cjs_style.cpp
index 89744a23ff..c068702f11 100644
--- a/fxjs/cjs_style.cpp
+++ b/fxjs/cjs_style.cpp
@@ -21,8 +21,3 @@ void CJS_Style::DefineJSObjects(CFXJS_Engine* pEngine) {
ObjDefnID = pEngine->DefineObj("style", FXJSOBJTYPE_STATIC, nullptr, nullptr);
DefineConsts(pEngine, ObjDefnID, ConstSpecs);
}
-
-CJS_Style::CJS_Style(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime)
- : CJS_Object(pObject, pRuntime) {}
-
-CJS_Style::~CJS_Style() = default;