diff options
Diffstat (limited to 'xfa/fwl/basewidget/ifwl_combobox.h')
-rw-r--r-- | xfa/fwl/basewidget/ifwl_combobox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/basewidget/ifwl_combobox.h b/xfa/fwl/basewidget/ifwl_combobox.h index 92e213f9d0..916e60b5bb 100644 --- a/xfa/fwl/basewidget/ifwl_combobox.h +++ b/xfa/fwl/basewidget/ifwl_combobox.h @@ -14,7 +14,6 @@ class CFWL_WidgetImpProperties; class IFWL_ComboBox; #define FWL_CLASS_ComboBox L"FWL_COMBOBOX" -#define FWL_CLASSHASH_ComboBox 602353697 #define FWL_STYLEEXT_CMB_DropList (0L << 0) #define FWL_STYLEEXT_CMB_DropDown (1L << 0) #define FWL_STYLEEXT_CMB_Sort (1L << 1) |