diff options
Diffstat (limited to 'xfa/fgas/layout/fgas_rtfbreak.cpp')
-rw-r--r-- | xfa/fgas/layout/fgas_rtfbreak.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xfa/fgas/layout/fgas_rtfbreak.cpp b/xfa/fgas/layout/fgas_rtfbreak.cpp index f4faf00fca..81fbea0cc6 100644 --- a/xfa/fgas/layout/fgas_rtfbreak.cpp +++ b/xfa/fgas/layout/fgas_rtfbreak.cpp @@ -723,12 +723,6 @@ void CFX_RTFBreak::ClearBreakPieces() { m_iReadyLineIndex = -1; } -void CFX_RTFBreak::Reset() { - m_eCharType = FX_CHARTYPE_Unknown; - m_Line[0].Clear(); - m_Line[1].Clear(); -} - int32_t CFX_RTFBreak::GetDisplayPos(const FX_RTFTEXTOBJ* pText, FXTEXT_CHARPOS* pCharPos, bool bCharCode) const { |