summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_fontmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/cxfa_fontmgr.h')
-rw-r--r--xfa/fxfa/cxfa_fontmgr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/cxfa_fontmgr.h b/xfa/fxfa/cxfa_fontmgr.h
index c009598e06..082c0641bc 100644
--- a/xfa/fxfa/cxfa_fontmgr.h
+++ b/xfa/fxfa/cxfa_fontmgr.h
@@ -10,7 +10,6 @@
#include <map>
#include "core/fxcrt/fx_string.h"
-#include "xfa/fgas/font/cfgas_defaultfontmanager.h"
class CFGAS_GEFont;
class CXFA_FFDoc;
@@ -25,7 +24,6 @@ class CXFA_FontMgr {
uint32_t dwFontStyles);
private:
- CFGAS_DefaultFontManager m_pDefFontMgr;
std::map<ByteString, RetainPtr<CFGAS_GEFont>> m_FontMap;
};