diff options
author | dsinclair <dsinclair@chromium.org> | 2016-12-08 12:37:53 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-08 12:37:53 -0800 |
commit | 53ed03d9d865c312fdaa4434b83ed60619881226 (patch) | |
tree | a5afab7a61a2342c7ba38c7c24a4a0301f540c6e /xfa/fwl/cfwl_listitem.cpp | |
parent | 80c40de632cc089979dfd5bea351f58aa20930ce (diff) | |
download | pdfium-53ed03d9d865c312fdaa4434b83ed60619881226.tar.xz |
Remove unused list data pointer
The list item data pointer was never assigned. Removed pointer and referencing
code.
Review-Url: https://codereview.chromium.org/2563693003
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(); |