diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-05 11:59:28 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-05 16:40:57 +0000 |
commit | 0e3a4ffcd73dab2a7d5534b7b97cb5e0a0a2edf9 (patch) | |
tree | 8a59fa80f990dd7be5e8942f2d0df3a7512762dc /core/fxcrt/cfx_wordbreak.h | |
parent | 2bf05a6ca144e78223795ae1716875d3c9b8acb1 (diff) | |
download | pdfium-0e3a4ffcd73dab2a7d5534b7b97cb5e0a0a2edf9.tar.xz |
Remove unused CFX_CharIter class
The CFX_CharIter class was only used in a single Attach call of
CFX_WordBreak which is never called. Removed.
Change-Id: I8262cbb25d341b976ab85095250357fecba48fbc
Reviewed-on: https://pdfium-review.googlesource.com/13091
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxcrt/cfx_wordbreak.h')
-rw-r--r-- | core/fxcrt/cfx_wordbreak.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_wordbreak.h b/core/fxcrt/cfx_wordbreak.h index 4a7d925ec6..4550fcac7c 100644 --- a/core/fxcrt/cfx_wordbreak.h +++ b/core/fxcrt/cfx_wordbreak.h @@ -20,7 +20,6 @@ class CFX_WordBreak { ~CFX_WordBreak(); void Attach(IFX_CharIter* pIter); - void Attach(const CFX_WideString& wsText); bool Next(bool bPrev); void SetAt(int32_t nIndex); int32_t GetWordPos() const; |