From 53ed03d9d865c312fdaa4434b83ed60619881226 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 8 Dec 2016 12:37:53 -0800 Subject: 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 --- xfa/fwl/cfwl_listbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/cfwl_listbox.h') 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); -- cgit v1.2.3