diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_pushbutton.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_pushbutton.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xfa/fwl/core/cfwl_pushbutton.cpp b/xfa/fwl/core/cfwl_pushbutton.cpp index 2d03e86412..3f81d8c449 100644 --- a/xfa/fwl/core/cfwl_pushbutton.cpp +++ b/xfa/fwl/core/cfwl_pushbutton.cpp @@ -23,14 +23,6 @@ void CFWL_PushButton::Initialize() { CFWL_Widget::Initialize(); } -IFWL_PushButton* CFWL_PushButton::GetWidget() { - return static_cast<IFWL_PushButton*>(m_pIface.get()); -} - -const IFWL_PushButton* CFWL_PushButton::GetWidget() const { - return static_cast<IFWL_PushButton*>(m_pIface.get()); -} - FWL_Error CFWL_PushButton::GetCaption(CFX_WideString& wsCaption) { wsCaption = m_buttonData.m_wsCaption; return FWL_Error::Succeeded; |