summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout/cfx_linebreak.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fgas/layout/cfx_linebreak.h')
-rw-r--r--xfa/fgas/layout/cfx_linebreak.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/xfa/fgas/layout/cfx_linebreak.h b/xfa/fgas/layout/cfx_linebreak.h
index 8ba022e71e..ca2e4b5618 100644
--- a/xfa/fgas/layout/cfx_linebreak.h
+++ b/xfa/fgas/layout/cfx_linebreak.h
@@ -19,14 +19,6 @@ enum FX_LINEBREAKTYPE : uint8_t {
FX_LBT_HANGUL_SPACE_BRK = 0x6F,
};
-#define FX_LBUN FX_LBT_UNKNOWN
-#define FX_LBDB FX_LBT_DIRECT_BRK
-#define FX_LBIB FX_LBT_INDIRECT_BRK
-#define FX_LBCB FX_LBT_COM_INDIRECT_BRK
-#define FX_LBCP FX_LBT_COM_PROHIBITED_BRK
-#define FX_LBPB FX_LBT_PROHIBITED_BRK
-#define FX_LBHS FX_LBT_HANGUL_SPACE_BRK
-
extern const FX_LINEBREAKTYPE gs_FX_LineBreak_PairTable[64][32];
#endif // XFA_FGAS_LAYOUT_CFX_LINEBREAK_H_