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_listbox.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xfa/fwl/core/cfwl_listbox.h') diff --git a/xfa/fwl/core/cfwl_listbox.h b/xfa/fwl/core/cfwl_listbox.h index 901f77e894..0f1d35a21b 100644 --- a/xfa/fwl/core/cfwl_listbox.h +++ b/xfa/fwl/core/cfwl_listbox.h @@ -23,8 +23,7 @@ class CFWL_ListBox : public CFWL_Widget, public IFWL_ListBoxDP { void Initialize(); // IFWL_DataProvider: - FWL_Error GetCaption(IFWL_Widget* pWidget, - CFX_WideString& wsCaption) override; + void GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) override; // IFWL_ListBoxDP: int32_t CountItems(const IFWL_Widget* pWidget) override; -- cgit v1.2.3