From 007daeb3fbd9ace2c1cbdf85d0fa98ebfa00163c Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 29 Oct 2018 20:55:28 +0000 Subject: Remove ctors from CJS_ objects which cant be instantiated. Because they only provide constants. Change-Id: I79cdc78b4d0c1d6e8d6276b4ce7bb301755802c9 Reviewed-on: https://pdfium-review.googlesource.com/c/44791 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- fxjs/cjs_style.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'fxjs/cjs_style.cpp') 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 pObject, CJS_Runtime* pRuntime) - : CJS_Object(pObject, pRuntime) {} - -CJS_Style::~CJS_Style() = default; -- cgit v1.2.3