From 0c56d6362b95fe0181be2c2ac66db1c3ab73552b Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 2 Oct 2018 22:40:06 +0000 Subject: Make CFGAS_DefaultFontManager a class with only static methods. It has no member variables. Change-Id: I25b333e201d76e90d25e3f526cf23bccd2b4687a Reviewed-on: https://pdfium-review.googlesource.com/c/43315 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- xfa/fxfa/cxfa_ffapp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xfa/fxfa/cxfa_ffapp.h') diff --git a/xfa/fxfa/cxfa_ffapp.h b/xfa/fxfa/cxfa_ffapp.h index a729560e9b..4a93780657 100644 --- a/xfa/fxfa/cxfa_ffapp.h +++ b/xfa/fxfa/cxfa_ffapp.h @@ -17,7 +17,6 @@ #include "xfa/fxfa/cxfa_fontmgr.h" #include "xfa/fxfa/fxfa.h" -class CFGAS_DefaultFontManager; class CFGAS_FontMgr; class CFWL_WidgetMgr; class CPDF_Document; @@ -33,8 +32,6 @@ class CXFA_FFApp { explicit CXFA_FFApp(IXFA_AppProvider* pProvider); ~CXFA_FFApp(); - void SetDefaultFontMgr(std::unique_ptr pFontMgr); - CXFA_FWLAdapterWidgetMgr* GetFWLAdapterWidgetMgr(); CFWL_WidgetMgr* GetFWLWidgetMgr() const { return m_pFWLApp->GetWidgetMgr(); } -- cgit v1.2.3