| Index: xfa/fwl/core/ifwl_listbox.h
|
| diff --git a/xfa/fwl/core/ifwl_listbox.h b/xfa/fwl/core/ifwl_listbox.h
|
| index 48d4522009e62273cc8c6b0f4951cf79dc85238f..a71f2ac6f38e3cb10792414295202387af5f4ff0 100644
|
| --- a/xfa/fwl/core/ifwl_listbox.h
|
| +++ b/xfa/fwl/core/ifwl_listbox.h
|
| @@ -38,10 +38,6 @@ class CFWL_MsgMouse;
|
| class CFWL_MsgMouseWheel;
|
| class CFX_DIBitmap;
|
|
|
| -FWL_EVENT_DEF(CFWL_EvtLtbSelChanged,
|
| - CFWL_EventType::SelectChanged,
|
| - CFX_Int32Array iarraySels;)
|
| -
|
| class IFWL_ListBoxDP : public IFWL_DataProvider {
|
| public:
|
| virtual int32_t CountItems(const IFWL_Widget* pWidget) const = 0;
|
|
|