| Index: xfa/fwl/core/ifwl_listbox.h
|
| diff --git a/xfa/fwl/core/ifwl_listbox.h b/xfa/fwl/core/ifwl_listbox.h
|
| index 42886d17e0d99a47cb78566e22e5b210fb9cefbe..48d4522009e62273cc8c6b0f4951cf79dc85238f 100644
|
| --- a/xfa/fwl/core/ifwl_listbox.h
|
| +++ b/xfa/fwl/core/ifwl_listbox.h
|
| @@ -42,13 +42,6 @@ FWL_EVENT_DEF(CFWL_EvtLtbSelChanged,
|
| CFWL_EventType::SelectChanged,
|
| CFX_Int32Array iarraySels;)
|
|
|
| -FWL_EVENT_DEF(CFWL_EvtLtbDrawItem,
|
| - CFWL_EventType::DrawItem,
|
| - CFX_Graphics* m_pGraphics;
|
| - CFX_Matrix m_matrix;
|
| - int32_t m_index;
|
| - CFX_RectF m_rect;)
|
| -
|
| class IFWL_ListBoxDP : public IFWL_DataProvider {
|
| public:
|
| virtual int32_t CountItems(const IFWL_Widget* pWidget) const = 0;
|
|
|