diff options
Diffstat (limited to 'core/fxcrt/cfx_char.h')
-rw-r--r-- | core/fxcrt/cfx_char.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |