From ce0f004523fdc098186bc453a85543c20b0059a7 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 23 Oct 2018 20:37:33 +0000 Subject: Remove CJS_Report class. Its methods are never registered with JavaScript, so they can't be called, and they don't do anything anyways. In fact, the signature of its DefineJSObjects() method is about 2 years out of date ... Change-Id: I028d43ff2c7fa5ab0f59c5790fee3fa91d2f20ac Reviewed-on: https://pdfium-review.googlesource.com/c/44533 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- fxjs/cjs_runtime.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'fxjs/cjs_runtime.cpp') diff --git a/fxjs/cjs_runtime.cpp b/fxjs/cjs_runtime.cpp index 3914b36715..5364571919 100644 --- a/fxjs/cjs_runtime.cpp +++ b/fxjs/cjs_runtime.cpp @@ -30,7 +30,6 @@ #include "fxjs/cjs_object.h" #include "fxjs/cjs_position.h" #include "fxjs/cjs_publicmethods.h" -#include "fxjs/cjs_report.h" #include "fxjs/cjs_scalehow.h" #include "fxjs/cjs_scalewhen.h" #include "fxjs/cjs_style.h" -- cgit v1.2.3