| Index: xfa/fwl/core/cfwl_checkbox.cpp
|
| diff --git a/xfa/fwl/core/cfwl_checkbox.cpp b/xfa/fwl/core/cfwl_checkbox.cpp
|
| index 97f963b3279e4dbd5a012d97dad1a560c3f643cd..8117dfe631016f6a34b91fb8df80858d379b3a21 100644
|
| --- a/xfa/fwl/core/cfwl_checkbox.cpp
|
| +++ b/xfa/fwl/core/cfwl_checkbox.cpp
|
| @@ -29,11 +29,6 @@ void CFWL_CheckBox::SetBoxSize(FX_FLOAT fHeight) {
|
| m_fBoxHeight = fHeight;
|
| }
|
|
|
| -void CFWL_CheckBox::GetCaption(IFWL_Widget* pWidget,
|
| - CFX_WideString& wsCaption) {
|
| - wsCaption = L"Check box";
|
| -}
|
| -
|
| FX_FLOAT CFWL_CheckBox::GetBoxSize(IFWL_Widget* pWidget) {
|
| return m_fBoxHeight;
|
| }
|
|
|