From c40697b24550182898b30de639790eaf82ebf158 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Fri, 11 Nov 2016 16:36:19 -0800 Subject: Continue IFWL widget cleanup. Remove usunsed methods and FWL_Error returns. Review-Url: https://codereview.chromium.org/2488963005 --- xfa/fwl/core/cfwl_combobox.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'xfa/fwl/core/cfwl_combobox.cpp') diff --git a/xfa/fwl/core/cfwl_combobox.cpp b/xfa/fwl/core/cfwl_combobox.cpp index 1a75927dda..572f4bf949 100644 --- a/xfa/fwl/core/cfwl_combobox.cpp +++ b/xfa/fwl/core/cfwl_combobox.cpp @@ -232,10 +232,8 @@ void CFWL_ComboBox::EditModifyStylesEx(uint32_t dwStylesExAdded, } } -FWL_Error CFWL_ComboBox::GetCaption(IFWL_Widget* pWidget, - CFX_WideString& wsCaption) { - return FWL_Error::Succeeded; -} +void CFWL_ComboBox::GetCaption(IFWL_Widget* pWidget, + CFX_WideString& wsCaption) {} int32_t CFWL_ComboBox::CountItems(const IFWL_Widget* pWidget) { return m_ItemArray.size(); -- cgit v1.2.3