| Index: xfa/fwl/core/ifwl_combobox.h
|
| diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h
|
| index 8b045a8780404599a23995de0ae03dfb745bf1f0..5b6657baefbd78c3b2b364295b87ef338fd5cb37 100644
|
| --- a/xfa/fwl/core/ifwl_combobox.h
|
| +++ b/xfa/fwl/core/ifwl_combobox.h
|
| @@ -56,13 +56,6 @@ FWL_EVENT_DEF(CFWL_EvtCmbSelChanged,
|
| CFX_Int32Array iArraySels;
|
| bool bLButtonUp;)
|
|
|
| -FWL_EVENT_DEF(CFWL_EvtCmbDrawItem,
|
| - CFWL_EventType::DrawItem,
|
| - CFX_Graphics* m_pGraphics;
|
| - CFX_Matrix m_matrix;
|
| - int32_t m_index;
|
| - CFX_RectF m_rtItem;)
|
| -
|
| class IFWL_ComboBoxDP : public IFWL_ListBoxDP {
|
| public:
|
| virtual FX_FLOAT GetListHeight(IFWL_Widget* pWidget) = 0;
|
|
|