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/Icon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fpdfsdk/javascript/Icon.h') diff --git a/fpdfsdk/javascript/Icon.h b/fpdfsdk/javascript/Icon.h index 2d5ad8c7a0..3580183347 100644 --- a/fpdfsdk/javascript/Icon.h +++ b/fpdfsdk/javascript/Icon.h @@ -31,7 +31,6 @@ class CJS_Icon : public CJS_Object { explicit CJS_Icon(v8::Local pObject) : CJS_Object(pObject) {} ~CJS_Icon() override {} - static const char* g_pClassName; static int g_nObjDefnID; static JSPropertySpec PropertySpecs[]; -- cgit v1.2.3