diff options
author | npm <npm@chromium.org> | 2016-10-11 14:50:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-11 14:50:56 -0700 |
commit | 2bfa222a38e12a5108899a9d9b5a9b2179dcb4c1 (patch) | |
tree | 954a22f3490d787452f6ffc7562270534900e3dd /core/fxge/cfx_substfont.h | |
parent | 709f5a9301e91365ab87610993c497e386504ead (diff) | |
download | pdfium-2bfa222a38e12a5108899a9d9b5a9b2179dcb4c1.tar.xz |
Delete unused flags from CFX_SubstFontchromium/2888
Review-Url: https://codereview.chromium.org/2409173003
Diffstat (limited to 'core/fxge/cfx_substfont.h')
-rw-r--r-- | core/fxge/cfx_substfont.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fxge/cfx_substfont.h b/core/fxge/cfx_substfont.h index 8dba1006c0..01196d442a 100644 --- a/core/fxge/cfx_substfont.h +++ b/core/fxge/cfx_substfont.h @@ -10,10 +10,6 @@ #include "core/fxcrt/fx_string.h" #define FXFONT_SUBST_MM 0x01 -#define FXFONT_SUBST_GLYPHPATH 0x04 -#define FXFONT_SUBST_CLEARTYPE 0x08 -#define FXFONT_SUBST_TRANSFORM 0x10 -#define FXFONT_SUBST_NONSYMBOL 0x20 #define FXFONT_SUBST_EXACT 0x40 class CFX_SubstFont { |