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