From 1c97fd137e03a22c69be6d0162197e2add6b81e0 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 9 Mar 2017 16:58:55 -0500 Subject: Remove unused TextBreak methods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This Cl removes some CFX_TxtBreak methods which aren't called. Change-Id: Ic66a89fa9c99aefb78d8314e1a3ebee089ef83cf Reviewed-on: https://pdfium-review.googlesource.com/2940 Reviewed-by: Tom Sepez Reviewed-by: Nicolás Peña Commit-Queue: dsinclair --- core/fxcrt/fx_ucd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/fxcrt') diff --git a/core/fxcrt/fx_ucd.h b/core/fxcrt/fx_ucd.h index 0fc0bb32eb..ebcf6bbf2b 100644 --- a/core/fxcrt/fx_ucd.h +++ b/core/fxcrt/fx_ucd.h @@ -159,8 +159,7 @@ class CFX_TxtChar : public CFX_Char { m_iBidiClass(0), m_iBidiLevel(0), m_iBidiPos(0), - m_iBidiOrder(0), - m_pUserData(nullptr) {} + m_iBidiOrder(0) {} int8_t m_nRotation; uint32_t m_dwCharStyles; @@ -168,7 +167,6 @@ class CFX_TxtChar : public CFX_Char { int16_t m_iBidiLevel; int16_t m_iBidiPos; int16_t m_iBidiOrder; - void* m_pUserData; }; class CFX_RTFChar : public CFX_Char { -- cgit v1.2.3