summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/fxcrt/cfx_char.cpp2
-rw-r--r--core/fxcrt/cfx_char.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/core/fxcrt/cfx_char.cpp b/core/fxcrt/cfx_char.cpp
index ab7abd9884..b23ae078cd 100644
--- a/core/fxcrt/cfx_char.cpp
+++ b/core/fxcrt/cfx_char.cpp
@@ -20,7 +20,6 @@ CFX_Char::CFX_Char()
m_iBidiOrder(0),
m_wCharCode(0),
m_iFontSize(0),
- m_iFontHeight(0),
m_dwIdentity(0),
m_pUserData(nullptr) {}
@@ -37,7 +36,6 @@ CFX_Char::CFX_Char(uint16_t wCharCode, uint32_t dwCharProps)
m_iBidiOrder(0),
m_wCharCode(wCharCode),
m_iFontSize(0),
- m_iFontHeight(0),
m_dwIdentity(0),
m_pUserData(nullptr) {}
diff --git a/core/fxcrt/cfx_char.h b/core/fxcrt/cfx_char.h
index bc91c91386..cd0166feb2 100644
--- a/core/fxcrt/cfx_char.h
+++ b/core/fxcrt/cfx_char.h
@@ -35,7 +35,6 @@ class CFX_Char {
int16_t m_iBidiOrder;
uint16_t m_wCharCode;
int32_t m_iFontSize;
- int32_t m_iFontHeight;
uint32_t m_dwIdentity;
CFX_RetainPtr<CFX_Retainable> m_pUserData;
};