| Index: xfa/fwl/basewidget/ifwl_listbox.h
|
| diff --git a/xfa/fwl/basewidget/ifwl_listbox.h b/xfa/fwl/basewidget/ifwl_listbox.h
|
| index 87d11a3c56092d288395269bee4bb5d4341ffa47..d32b020810b20327e13dc9af08d9c0d5b144059c 100644
|
| --- a/xfa/fwl/basewidget/ifwl_listbox.h
|
| +++ b/xfa/fwl/basewidget/ifwl_listbox.h
|
| @@ -34,12 +34,6 @@
|
| typedef struct FWL_HLISTITEM_ { void* pData; } * FWL_HLISTITEM;
|
|
|
| class CFX_DIBitmap;
|
| -class IFWL_ListBoxDP;
|
| -
|
| -struct FWL_ListBoxItemData {
|
| - IFWL_ListBoxDP* pDataProvider;
|
| - int32_t iIndex;
|
| -};
|
|
|
| BEGIN_FWL_EVENT_DEF(CFWL_EvtLtbSelChanged, CFWL_EventType::SelectChanged)
|
| CFX_Int32Array iarraySels;
|
|
|