diff options
Diffstat (limited to 'fpdfsdk/javascript/cjs_annot.h')
-rw-r--r-- | fpdfsdk/javascript/cjs_annot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/cjs_annot.h b/fpdfsdk/javascript/cjs_annot.h index a16e510205..147642f3c9 100644 --- a/fpdfsdk/javascript/cjs_annot.h +++ b/fpdfsdk/javascript/cjs_annot.h @@ -35,7 +35,6 @@ class CJS_Annot : public CJS_Object { explicit CJS_Annot(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} ~CJS_Annot() override {} - static const char* g_pClassName; static int g_nObjDefnID; static JSPropertySpec PropertySpecs[]; |