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_listbox.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_listbox.h')
-rw-r--r-- | xfa/fwl/cfwl_listbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_listbox.h b/xfa/fwl/cfwl_listbox.h index cdc3ef8933..13aab48277 100644 --- a/xfa/fwl/cfwl_listbox.h +++ b/xfa/fwl/cfwl_listbox.h @@ -65,7 +65,6 @@ class CFWL_ListBox : public CFWL_Widget { void GetItemRect(CFWL_Widget* pWidget, CFWL_ListItem* pItem, CFX_RectF& rtItem); - void* GetItemData(CFWL_Widget* pWidget, CFWL_ListItem* pItem); void SetItemStyles(CFWL_Widget* pWidget, CFWL_ListItem* pItem, uint32_t dwStyle); |