diff options
Diffstat (limited to 'xfa/fwl/cfwl_listitem.cpp')
-rw-r--r-- | xfa/fwl/cfwl_listitem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_listitem.cpp b/xfa/fwl/cfwl_listitem.cpp index c46b8a06a1..3e23b17d91 100644 --- a/xfa/fwl/cfwl_listitem.cpp +++ b/xfa/fwl/cfwl_listitem.cpp @@ -10,7 +10,6 @@ CFWL_ListItem::CFWL_ListItem() : m_dwStates(0), m_wsText(L""), m_pDIB(nullptr), - m_pData(nullptr), m_dwCheckState(0) { m_rtCheckBox.Reset(); m_rtItem.Reset(); |