From 068d34426272bd7f02ffc12139ddd33ee2e237e6 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 13 Mar 2017 10:15:36 -0400 Subject: Remove TextBreak rotation code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rotation value is always 0 so we end up doing nothing for the rotation. Change-Id: Ib12a269d4f3c16961b1b934bf9dfc04d1c368e51 Reviewed-on: https://pdfium-review.googlesource.com/2943 Commit-Queue: dsinclair Reviewed-by: Nicolás Peña Reviewed-by: Tom Sepez --- core/fxcrt/fx_ucd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core') diff --git a/core/fxcrt/fx_ucd.h b/core/fxcrt/fx_ucd.h index ebcf6bbf2b..f8a92a18f2 100644 --- a/core/fxcrt/fx_ucd.h +++ b/core/fxcrt/fx_ucd.h @@ -154,14 +154,12 @@ class CFX_Char { class CFX_TxtChar : public CFX_Char { public: CFX_TxtChar() - : m_nRotation(0), - m_dwCharStyles(0), + : m_dwCharStyles(0), m_iBidiClass(0), m_iBidiLevel(0), m_iBidiPos(0), m_iBidiOrder(0) {} - int8_t m_nRotation; uint32_t m_dwCharStyles; int16_t m_iBidiClass; int16_t m_iBidiLevel; -- cgit v1.2.3