diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-20 14:51:17 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-20 20:07:50 +0000 |
commit | 2a6482c19c5577924f73d100431acceb8c874e04 (patch) | |
tree | ed4fa39ebb58301bdcfb1670c5208bbdb8e1d36c /xfa/fgas/layout/fgas_rtfbreak.h | |
parent | 35292ad2070aa3cabdef4ea23ffaaf38e1a7de3a (diff) | |
download | pdfium-2a6482c19c5577924f73d100431acceb8c874e04.tar.xz |
Cleanup unchanged values in CFX_TxtBreak
This Cl cleans up some members which are always the same value.
Change-Id: Ic3feeb5cd8c8a8c3de5a7d6ec3628d32efc600ef
Reviewed-on: https://pdfium-review.googlesource.com/3107
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fgas/layout/fgas_rtfbreak.h')
-rw-r--r-- | xfa/fgas/layout/fgas_rtfbreak.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/layout/fgas_rtfbreak.h b/xfa/fgas/layout/fgas_rtfbreak.h index 681dc58455..865b17ffb3 100644 --- a/xfa/fgas/layout/fgas_rtfbreak.h +++ b/xfa/fgas/layout/fgas_rtfbreak.h @@ -60,8 +60,6 @@ class CFX_RTFBreak : public CFX_Break { const CFX_BreakPiece* GetBreakPieceUnstable(int32_t index) const; void ClearBreakPieces(); - void Reset(); - int32_t GetDisplayPos(const FX_RTFTEXTOBJ* pText, FXTEXT_CHARPOS* pCharPos, bool bCharCode) const; |