| Index: xfa/fwl/core/cfwl_datetimepicker.h
|
| diff --git a/xfa/fwl/core/cfwl_datetimepicker.h b/xfa/fwl/core/cfwl_datetimepicker.h
|
| index 5091713dc264ebcfa8d527dc16a402448faabb2c..e189e969a02fa483968ec21312500e7f0c2907f6 100644
|
| --- a/xfa/fwl/core/cfwl_datetimepicker.h
|
| +++ b/xfa/fwl/core/cfwl_datetimepicker.h
|
| @@ -15,9 +15,6 @@ class CFWL_DateTimePicker : public CFWL_Widget {
|
| CFWL_DateTimePicker(const IFWL_App*);
|
| ~CFWL_DateTimePicker() override;
|
|
|
| - IFWL_DateTimePicker* GetWidget() override;
|
| - const IFWL_DateTimePicker* GetWidget() const override;
|
| -
|
| void Initialize();
|
|
|
| FWL_Error SetToday(int32_t iYear, int32_t iMonth, int32_t iDay);
|
|
|