diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-03 14:26:04 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-03 14:26:04 -0800 |
commit | cbd6bba62777131e39e3c4fd2d0028b472fb94c9 (patch) | |
tree | adb2b6d569afd1b1a3b8680182bd6781b42915fd /core/include/fxge/fx_font.h | |
parent | e35b445bee90390ea09f334cbff4a6220537bbda (diff) | |
download | pdfium-cbd6bba62777131e39e3c4fd2d0028b472fb94c9.tar.xz |
Remove CFontFileFaceInfo.
It is unused.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1412243015 .
Diffstat (limited to 'core/include/fxge/fx_font.h')
-rw-r--r-- | core/include/fxge/fx_font.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index 0ab529ef4e..50e9f331b7 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -22,7 +22,6 @@ class CFX_FontMapper; class CFX_PathData; class CFX_SizeGlyphCache; class CFX_SubstFont; -class CFontFileFaceInfo; class CTTFontDesc; class IFX_FontEncoding; class IFX_SystemFontInfo; |