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.h | |
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.h')
-rw-r--r-- | xfa/fwl/cfwl_listitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_listitem.h b/xfa/fwl/cfwl_listitem.h index d4f5d6d62d..0e608f8d92 100644 --- a/xfa/fwl/cfwl_listitem.h +++ b/xfa/fwl/cfwl_listitem.h @@ -22,7 +22,6 @@ class CFWL_ListItem { uint32_t m_dwStyles; CFX_WideString m_wsText; CFX_DIBitmap* m_pDIB; - void* m_pData; uint32_t m_dwCheckState; CFX_RectF m_rtCheckBox; }; |