summaryrefslogtreecommitdiff
path: root/core/fxge/fx_ge_fontmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/fx_ge_fontmap.cpp')
-rw-r--r--core/fxge/fx_ge_fontmap.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/fxge/fx_ge_fontmap.cpp b/core/fxge/fx_ge_fontmap.cpp
index b11ee9c6f3..6e3d8abea3 100644
--- a/core/fxge/fx_ge_fontmap.cpp
+++ b/core/fxge/fx_ge_fontmap.cpp
@@ -78,16 +78,3 @@ std::unique_ptr<IFX_SystemFontInfo> IFX_SystemFontInfo::CreateDefault(
return nullptr;
}
#endif
-
-CFX_FontFaceInfo::CFX_FontFaceInfo(ByteString filePath,
- ByteString faceName,
- ByteString fontTables,
- uint32_t fontOffset,
- uint32_t fileSize)
- : m_FilePath(filePath),
- m_FaceName(faceName),
- m_FontTables(fontTables),
- m_FontOffset(fontOffset),
- m_FileSize(fileSize),
- m_Styles(0),
- m_Charsets(0) {}