summaryrefslogtreecommitdiff
path: root/fxjs/cjs_scalewhen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_scalewhen.cpp')
-rw-r--r--fxjs/cjs_scalewhen.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/fxjs/cjs_scalewhen.cpp b/fxjs/cjs_scalewhen.cpp
index 41dc41a8d1..5f39153776 100644
--- a/fxjs/cjs_scalewhen.cpp
+++ b/fxjs/cjs_scalewhen.cpp
@@ -20,9 +20,3 @@ void CJS_ScaleWhen::DefineJSObjects(CFXJS_Engine* pEngine) {
pEngine->DefineObj("scaleWhen", FXJSOBJTYPE_STATIC, nullptr, nullptr);
DefineConsts(pEngine, ObjDefnID, ConstSpecs);
}
-
-CJS_ScaleWhen::CJS_ScaleWhen(v8::Local<v8::Object> pObject,
- CJS_Runtime* pRuntime)
- : CJS_Object(pObject, pRuntime) {}
-
-CJS_ScaleWhen::~CJS_ScaleWhen() = default;