| Index: xfa/fwl/basewidget/ifwl_monthcalendar.h
|
| diff --git a/xfa/fwl/basewidget/ifwl_monthcalendar.h b/xfa/fwl/basewidget/ifwl_monthcalendar.h
|
| index a635b1cde984295c64b1cc7bd660bee487050ecf..ad3ce1d62ebf65b61bf68c0149e45173e1e9fca3 100644
|
| --- a/xfa/fwl/basewidget/ifwl_monthcalendar.h
|
| +++ b/xfa/fwl/basewidget/ifwl_monthcalendar.h
|
| @@ -22,7 +22,6 @@
|
| #define FWL_ITEMSTATE_MCD_Flag (1L << 0)
|
| #define FWL_ITEMSTATE_MCD_Selected (1L << 1)
|
| #define FWL_ITEMSTATE_MCD_Focused (1L << 2)
|
| -#define FWL_EVENT_MCD_DATESELECTED L"FWL_EVENT_MCD_DateSelected"
|
| #define FWL_NOTEHASH_MCD_DATASELECTED 1085596932
|
| // TODO(dsinclair): Event hash is hash of string, cleanup. pdfium:474
|
| #define FWL_EVTHASH_MCD_DateChanged 54212227
|
|
|