| Index: xfa/fwl/core/cfwl_datetimepicker.cpp
|
| diff --git a/xfa/fwl/core/cfwl_datetimepicker.cpp b/xfa/fwl/core/cfwl_datetimepicker.cpp
|
| index 809392d94909c5b913a33f877f71cd56f779c0c1..abb85468cfce88d7f8be45b5733d38644d69040c 100644
|
| --- a/xfa/fwl/core/cfwl_datetimepicker.cpp
|
| +++ b/xfa/fwl/core/cfwl_datetimepicker.cpp
|
| @@ -57,11 +57,6 @@ void CFWL_DateTimePicker::SetCurSel(int32_t iYear,
|
| ToDateTimePicker(GetWidget())->SetCurSel(iYear, iMonth, iDay);
|
| }
|
|
|
| -void CFWL_DateTimePicker::GetCaption(IFWL_Widget* pWidget,
|
| - CFX_WideString& wsCaption) {
|
| - wsCaption = L"";
|
| -}
|
| -
|
| void CFWL_DateTimePicker::GetToday(IFWL_Widget* pWidget,
|
| int32_t& iYear,
|
| int32_t& iMonth,
|
|
|