From 78cb28a38481a46ceab861f4159e618509868f94 Mon Sep 17 00:00:00 2001 From: npm Date: Fri, 18 Nov 2016 13:03:58 -0800 Subject: Clean up CFGAS_FontMgr Review-Url: https://codereview.chromium.org/2512213002 --- xfa/fxfa/app/xfa_fwltheme.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xfa/fxfa/app') diff --git a/xfa/fxfa/app/xfa_fwltheme.cpp b/xfa/fxfa/app/xfa_fwltheme.cpp index 7d07d98285..9042ef92cd 100644 --- a/xfa/fxfa/app/xfa_fwltheme.cpp +++ b/xfa/fxfa/app/xfa_fwltheme.cpp @@ -68,13 +68,8 @@ CXFA_FWLTheme::CXFA_FWLTheme(CXFA_FFApp* pApp) m_pApp->GetFDEFontMgr()); } if (!m_pCalendarFont) { -#if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ - m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetDefFontByCodePage( - FX_CODEPAGE_MSWin_WesternEuropean, 0, nullptr); -#else m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetFontByCodePage( FX_CODEPAGE_MSWin_WesternEuropean, 0, nullptr); -#endif } ASSERT(m_pCalendarFont); -- cgit v1.2.3