diff options
Diffstat (limited to 'core/fxcrt')
-rw-r--r-- | core/fxcrt/fx_ucd.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 { |