diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-27 12:46:00 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-27 17:32:49 +0000 |
commit | 655b347426657d450ee7723170cdadc93c3aafbe (patch) | |
tree | 9c3757b1d3e48056692b3a2c1d95cbdb73b12bc0 /core/fxge/fx_font.h | |
parent | 8b1408e7053247def45659515cda19a64a7fccd5 (diff) | |
download | pdfium-655b347426657d450ee7723170cdadc93c3aafbe.tar.xz |
Cleanup fx_freetype.h
This CL converts typedefs to using statements, removes unused defines
and changes c-style casts to static_cast or reinterpret_cast as needed.
Change-Id: Id700eed82a7e59574b0769567084ee442e56b151
Reviewed-on: https://pdfium-review.googlesource.com/14950
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxge/fx_font.h')
-rw-r--r-- | core/fxge/fx_font.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fxge/fx_font.h b/core/fxge/fx_font.h index 47a8b6084a..598402a7f5 100644 --- a/core/fxge/fx_font.h +++ b/core/fxge/fx_font.h @@ -18,9 +18,6 @@ #include "core/fxge/fx_dib.h" #include "core/fxge/fx_freetype.h" -typedef struct FT_FaceRec_* FXFT_Face; -typedef void* FXFT_Library; - class CFX_FaceCache; class CFX_GlyphBitmap; class CFX_PathData; |