| Index: xfa/fwl/core/cfwl_listbox.cpp
|
| diff --git a/xfa/fwl/core/cfwl_listbox.cpp b/xfa/fwl/core/cfwl_listbox.cpp
|
| index faedf5bef7baf3b4c694d7044ff0209a2e4afe2a..4c933bf24eef806bb724498b3d3a226ad9d8e8f1 100644
|
| --- a/xfa/fwl/core/cfwl_listbox.cpp
|
| +++ b/xfa/fwl/core/cfwl_listbox.cpp
|
| @@ -99,10 +99,6 @@ uint32_t CFWL_ListBox::GetItemStates(CFWL_ListItem* pItem) {
|
| return pItem->m_dwStates | pItem->m_dwCheckState;
|
| }
|
|
|
| -void CFWL_ListBox::GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) {
|
| - wsCaption = L"";
|
| -}
|
| -
|
| int32_t CFWL_ListBox::CountItems(const IFWL_Widget* pWidget) const {
|
| return pdfium::CollectionSize<int32_t>(m_ItemArray);
|
| }
|
|
|