From 2bfa222a38e12a5108899a9d9b5a9b2179dcb4c1 Mon Sep 17 00:00:00 2001 From: npm Date: Tue, 11 Oct 2016 14:50:56 -0700 Subject: Delete unused flags from CFX_SubstFont Review-Url: https://codereview.chromium.org/2409173003 --- core/fxge/cfx_substfont.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/fxge/cfx_substfont.h') 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 { -- cgit v1.2.3