| Index: xfa/fwl/cfwl_listbox.cpp
|
| diff --git a/xfa/fwl/cfwl_listbox.cpp b/xfa/fwl/cfwl_listbox.cpp
|
| index 30c160a24802967869387859540bc2f7b6cd0163..c126e5afb5146c017995497c5a33f7ee6bc1f3a0 100644
|
| --- a/xfa/fwl/cfwl_listbox.cpp
|
| +++ b/xfa/fwl/cfwl_listbox.cpp
|
| @@ -1040,10 +1040,6 @@ void CFWL_ListBox::GetItemRect(CFWL_Widget* pWidget,
|
| rtItem = static_cast<CFWL_ListItem*>(pItem)->m_rtItem;
|
| }
|
|
|
| -void* CFWL_ListBox::GetItemData(CFWL_Widget* pWidget, CFWL_ListItem* pItem) {
|
| - return pItem ? static_cast<CFWL_ListItem*>(pItem)->m_pData : nullptr;
|
| -}
|
| -
|
| void CFWL_ListBox::SetItemStyles(CFWL_Widget* pWidget,
|
| CFWL_ListItem* pItem,
|
| uint32_t dwStyle) {
|
|
|