diff options
author | tsepez <tsepez@chromium.org> | 2016-05-06 13:15:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-06 13:15:46 -0700 |
commit | e00f75c2318d55dfa261f1915decd2545c44ccfb (patch) | |
tree | c4189761ba9dc3be9c3e4b11172a0f3bd8ecdad7 /xfa/fgas/layout/fgas_textbreak.h | |
parent | d29882d3a0567e297756f69b77562ed4892f012a (diff) | |
download | pdfium-e00f75c2318d55dfa261f1915decd2545c44ccfb.tar.xz |
CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730
Review-Url: https://codereview.chromium.org/1954593004
Diffstat (limited to 'xfa/fgas/layout/fgas_textbreak.h')
-rw-r--r-- | xfa/fgas/layout/fgas_textbreak.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/layout/fgas_textbreak.h b/xfa/fgas/layout/fgas_textbreak.h index 41bd8f4921..6d961f218a 100644 --- a/xfa/fgas/layout/fgas_textbreak.h +++ b/xfa/fgas/layout/fgas_textbreak.h @@ -12,7 +12,6 @@ #include "xfa/fgas/crt/fgas_utils.h" #include "xfa/fgas/layout/fgas_unicode.h" -class CFX_ArabicChar; class CFX_Char; class CFX_TxtChar; class CFX_TxtPiece; @@ -270,7 +269,6 @@ class CFX_TxtBreak { protected: uint32_t m_dwPolicies; FX_BOOL m_bPagination; - CFX_ArabicChar* m_pArabicChar; int32_t m_iLineWidth; uint32_t m_dwLayoutStyles; FX_BOOL m_bVertical; |