summaryrefslogtreecommitdiff
path: root/fxjs/cjs_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_display.h')
-rw-r--r--fxjs/cjs_display.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fxjs/cjs_display.h b/fxjs/cjs_display.h
index eaa700ed7c..59b6e9c014 100644
--- a/fxjs/cjs_display.h
+++ b/fxjs/cjs_display.h
@@ -13,8 +13,7 @@ class CJS_Display final : public CJS_Object {
public:
static void DefineJSObjects(CFXJS_Engine* pEngine);
- CJS_Display(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
- ~CJS_Display() override;
+ CJS_Display() = delete;
private:
static int ObjDefnID;