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_listitem.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/cfwl_listitem.h') 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; }; -- cgit v1.2.3