From 15776cf22182e74d8546849780ec0cf61b96ca95 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 26 Oct 2017 15:08:07 -0400 Subject: Remove g_pClassName This CL removes the g_pClassName static member and uses the string directly where needed. Change-Id: I47f61442ced2ee1d6a607fb1a7d9bcaf000b8ee2 Reviewed-on: https://pdfium-review.googlesource.com/16931 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- fpdfsdk/javascript/cjs_zoomtype.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fpdfsdk/javascript/cjs_zoomtype.h') diff --git a/fpdfsdk/javascript/cjs_zoomtype.h b/fpdfsdk/javascript/cjs_zoomtype.h index e7dd7da53a..e7ba68930e 100644 --- a/fpdfsdk/javascript/cjs_zoomtype.h +++ b/fpdfsdk/javascript/cjs_zoomtype.h @@ -14,7 +14,6 @@ class CJS_Zoomtype : public CJS_Object { explicit CJS_Zoomtype(v8::Local pObject) : CJS_Object(pObject) {} ~CJS_Zoomtype() override {} - static const char* g_pClassName; static int g_nObjDefnID; static JSConstSpec ConstSpecs[]; -- cgit v1.2.3