From 37b6d1479b1674eb239cea8893eea31274d22ecd Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 21 Nov 2016 17:05:58 -0800 Subject: Split fwl/core class pt II. Split classes in FWL to be single class per file. In the case of data providers which added no new methods, removed and used the IFWL_Widget::DataProvider directly. Review-Url: https://codereview.chromium.org/2520063002 --- xfa/fwl/core/ifwl_adaptertimermgr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/core/ifwl_adaptertimermgr.h') diff --git a/xfa/fwl/core/ifwl_adaptertimermgr.h b/xfa/fwl/core/ifwl_adaptertimermgr.h index 156c0cf6f9..ad54f46312 100644 --- a/xfa/fwl/core/ifwl_adaptertimermgr.h +++ b/xfa/fwl/core/ifwl_adaptertimermgr.h @@ -11,7 +11,6 @@ class IFWL_AdapterTimerMgr { public: - virtual ~IFWL_AdapterTimerMgr() {} virtual void Start(IFWL_Timer* pTimer, uint32_t dwElapse, bool bImmediately, -- cgit v1.2.3