From 791a0ccd25474d9306ad0df425575869caec3048 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 15 Dec 2016 13:42:52 -0800 Subject: Remove unused widget state flags These widget state flags are not set and mostly unused. Removed. Review-Url: https://codereview.chromium.org/2573133002 --- xfa/fwl/cfwl_widget.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/cfwl_widget.h') diff --git a/xfa/fwl/cfwl_widget.h b/xfa/fwl/cfwl_widget.h index e2fce0e1ac..e2ba4071cb 100644 --- a/xfa/fwl/cfwl_widget.h +++ b/xfa/fwl/cfwl_widget.h @@ -119,7 +119,6 @@ class CFWL_Widget : public IFWL_WidgetDelegate { CFWL_Widget* pOuter); bool IsEnabled() const; - bool IsActive() const; bool IsLocked() const { return m_iLock > 0; } bool HasBorder() const; bool HasEdge() const; -- cgit v1.2.3