From 47228aceb86744f858ab8bfa98f3f8b62054dfae Mon Sep 17 00:00:00 2001 From: weili Date: Wed, 20 Jul 2016 10:35:31 -0700 Subject: Clean up singleton implementation Move the singleton instances into their namespaces, and use get()/getInstance() for uniform accesses. Review-Url: https://codereview.chromium.org/2154843002 --- fpdfsdk/fpdfxfa/include/fpdfxfa_app.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fpdfsdk/fpdfxfa/include') diff --git a/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h b/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h index 7b96e4378f..5ebb2c2623 100644 --- a/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h +++ b/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h @@ -73,8 +73,6 @@ class CPDFXFA_App : public IXFA_AppProvider { CFX_ArrayTemplate m_pEnvList; protected: - static CPDFXFA_App* g_pApp; - FX_BOOL m_bJavaScriptInitialized; CXFA_FFApp* m_pXFAApp; v8::Isolate* m_pIsolate; -- cgit v1.2.3