| Index: xfa/fwl/cfwl_widget.cpp
|
| diff --git a/xfa/fwl/cfwl_widget.cpp b/xfa/fwl/cfwl_widget.cpp
|
| index 40b922395ee3410d9d87fc0025f9c8aff957bc2a..a1ed56fb0862195e2094e82c4810aa43e4f6b9f6 100644
|
| --- a/xfa/fwl/cfwl_widget.cpp
|
| +++ b/xfa/fwl/cfwl_widget.cpp
|
| @@ -274,10 +274,6 @@ bool CFWL_Widget::IsEnabled() const {
|
| return (m_pProperties->m_dwStates & FWL_WGTSTATE_Disabled) == 0;
|
| }
|
|
|
| -bool CFWL_Widget::IsActive() const {
|
| - return (m_pProperties->m_dwStates & FWL_WGTSTATE_Deactivated) == 0;
|
| -}
|
| -
|
| bool CFWL_Widget::HasBorder() const {
|
| return !!(m_pProperties->m_dwStyles & FWL_WGTSTYLE_Border);
|
| }
|
|
|