summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_listbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/ifwl_listbox.h')
-rw-r--r--xfa/fwl/core/ifwl_listbox.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/xfa/fwl/core/ifwl_listbox.h b/xfa/fwl/core/ifwl_listbox.h
index 42886d17e0..48d4522009 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;