Index: fpdfsdk/fxedit/fxet_edit.cpp |
diff --git a/fpdfsdk/fxedit/fxet_edit.cpp b/fpdfsdk/fxedit/fxet_edit.cpp |
index d2abb176eb77220d353b5c8c8006d0c7fac7c3c4..0124913c5ff4503f4223b2fdeee958ee40beb863 100644 |
--- a/fpdfsdk/fxedit/fxet_edit.cpp |
+++ b/fpdfsdk/fxedit/fxet_edit.cpp |
@@ -756,7 +756,6 @@ CFX_Edit::CFX_Edit(CPDF_VariableText* pVT) |
m_ptScrollPos(0, 0), |
m_ptRefreshScrollPos(0, 0), |
m_bEnableScroll(FALSE), |
- m_pIterator(nullptr), |
m_ptCaret(0.0f, 0.0f), |
m_Undo(kEditUndoMaxItems), |
m_nAlignment(0), |