summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fgas/layout')
-rw-r--r--xfa/fgas/layout/cfx_txtbreak.cpp1
-rw-r--r--xfa/fgas/layout/cfx_txtbreak.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/layout/cfx_txtbreak.cpp b/xfa/fgas/layout/cfx_txtbreak.cpp
index b0199922c4..30ed3a6746 100644
--- a/xfa/fgas/layout/cfx_txtbreak.cpp
+++ b/xfa/fgas/layout/cfx_txtbreak.cpp
@@ -983,7 +983,6 @@ std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const FX_TXTRUN* pTxtRun,
FX_TXTRUN::FX_TXTRUN()
: pEdtEngine(nullptr),
- pIdentity(nullptr),
pWidths(nullptr),
iLength(0),
pFont(nullptr),
diff --git a/xfa/fgas/layout/cfx_txtbreak.h b/xfa/fgas/layout/cfx_txtbreak.h
index e6f8da03d2..b43fda0e2f 100644
--- a/xfa/fgas/layout/cfx_txtbreak.h
+++ b/xfa/fgas/layout/cfx_txtbreak.h
@@ -40,7 +40,6 @@ struct FX_TXTRUN {
~FX_TXTRUN();
CFDE_TextEditEngine* pEdtEngine;
- const FDE_TEXTEDITPIECE* pIdentity;
WideString wsStr;
int32_t* pWidths;
int32_t iLength;