diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-19 10:51:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 10:51:56 -0700 |
commit | bc9164115e8aeefcc06f5bf08684a4733b25e085 (patch) | |
tree | 5cba0c100b9a89809923a42e6668d71f6d0a3ff2 /xfa/fgas/layout/fgas_linebreak.h | |
parent | d89fcb8f68162eef6111ce35133c80b2f7db0414 (diff) | |
download | pdfium-bc9164115e8aeefcc06f5bf08684a4733b25e085.tar.xz |
Cleanup unused fgas/ code.
Purely code removal.
Review-Url: https://codereview.chromium.org/1991143003
Diffstat (limited to 'xfa/fgas/layout/fgas_linebreak.h')
-rw-r--r-- | xfa/fgas/layout/fgas_linebreak.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xfa/fgas/layout/fgas_linebreak.h b/xfa/fgas/layout/fgas_linebreak.h index 1333937db1..a96841ef7e 100644 --- a/xfa/fgas/layout/fgas_linebreak.h +++ b/xfa/fgas/layout/fgas_linebreak.h @@ -30,11 +30,4 @@ enum FX_LINEBREAKTYPE : uint8_t { extern const FX_LINEBREAKTYPE gs_FX_LineBreak_PairTable[64][32]; -void FX_GetLineBreakPositions(const FX_WCHAR* pwsText, - FX_LINEBREAKTYPE* pBrkType, - int32_t iLength); -void FX_GetLineBreakPositions(const FX_WCHAR* pwsText, - int32_t iLength, - CFX_Int32MassArray& bp); - #endif // XFA_FGAS_LAYOUT_FGAS_LINEBREAK_H_ |