summaryrefslogtreecommitdiff
path: root/core/src/fxge/ge/text_int.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-11-03 14:26:04 -0800
committerTom Sepez <tsepez@chromium.org>2015-11-03 14:26:04 -0800
commitcbd6bba62777131e39e3c4fd2d0028b472fb94c9 (patch)
treeadb2b6d569afd1b1a3b8680182bd6781b42915fd /core/src/fxge/ge/text_int.h
parente35b445bee90390ea09f334cbff4a6220537bbda (diff)
downloadpdfium-cbd6bba62777131e39e3c4fd2d0028b472fb94c9.tar.xz
Remove CFontFileFaceInfo.
It is unused. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1412243015 .
Diffstat (limited to 'core/src/fxge/ge/text_int.h')
-rw-r--r--core/src/fxge/ge/text_int.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/src/fxge/ge/text_int.h b/core/src/fxge/ge/text_int.h
index 1b16cedce8..e3bfb5ba34 100644
--- a/core/src/fxge/ge/text_int.h
+++ b/core/src/fxge/ge/text_int.h
@@ -75,21 +75,4 @@ class CFX_FontFaceInfo {
FX_DWORD m_Charsets;
};
-class CFontFileFaceInfo {
- public:
- CFontFileFaceInfo();
- ~CFontFileFaceInfo();
-
- IFX_FileStream* m_pFile;
- FXFT_Face m_Face;
- CFX_ByteString m_FaceName;
- FX_DWORD m_Charsets;
- FX_DWORD m_FileSize;
- FX_DWORD m_FontOffset;
- int m_Weight;
- FX_BOOL m_bItalic;
- int m_PitchFamily;
- CFX_ByteString m_FontTables;
-};
-
#endif // CORE_SRC_FXGE_GE_TEXT_INT_H_