Index: xfa/fwl/core/ifwl_combobox.h |
diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h |
index 5b6657baefbd78c3b2b364295b87ef338fd5cb37..612645c10a9700b440ea595e07dc050e0e451e14 100644 |
--- a/xfa/fwl/core/ifwl_combobox.h |
+++ b/xfa/fwl/core/ifwl_combobox.h |
@@ -45,12 +45,6 @@ class IFWL_Widget; |
#define FWL_STYLEEXT_CMB_ListItemIconText (1L << 12) |
#define FWL_STYLEEXT_CMB_ReadOnly (1L << 13) |
-FWL_EVENT_DEF(CFWL_EvtCmbEditChanged, |
- CFWL_EventType::EditChanged, |
- int32_t nChangeType; |
- CFX_WideString wsInsert; |
- CFX_WideString wsDelete;) |
- |
FWL_EVENT_DEF(CFWL_EvtCmbSelChanged, |
CFWL_EventType::SelectChanged, |
CFX_Int32Array iArraySels; |