From 95b63150eabb90b9cc5181f070f49faabfc2c7de Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 4 Dec 2015 15:24:21 -0800 Subject: Tidy fwl_widgetimp.cpp. Remove some dead code. Add missing consts. Convert some integer expressions to bools for return. Remove expression (with bad cast) that can't happen. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1496323004 . --- xfa/include/fwl/lightwidget/widget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xfa/include') diff --git a/xfa/include/fwl/lightwidget/widget.h b/xfa/include/fwl/lightwidget/widget.h index 06c425edec..97096a783c 100644 --- a/xfa/include/fwl/lightwidget/widget.h +++ b/xfa/include/fwl/lightwidget/widget.h @@ -80,8 +80,6 @@ class CFWL_Widget { FWL_ERR GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal = FALSE); FWL_ERR SetMatrix(const CFX_Matrix& matrix); FWL_ERR DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix = NULL); - FWL_ERR GetProperties(CFWL_WidgetProperties& properties); - FWL_ERR SetProperties(const CFWL_WidgetProperties& properties); IFWL_WidgetDelegate* SetDelegate(IFWL_WidgetDelegate* pDelegate); FWL_ERR Repaint(const CFX_RectF* pRect = NULL); FWL_ERR SetFocus(FX_BOOL bFocus); -- cgit v1.2.3