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_form.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xfa/fwl/core/ifwl_form.h') diff --git a/xfa/fwl/core/ifwl_form.h b/xfa/fwl/core/ifwl_form.h index 3b7fe4f698..8970a5c81a 100644 --- a/xfa/fwl/core/ifwl_form.h +++ b/xfa/fwl/core/ifwl_form.h @@ -33,8 +33,6 @@ class IFWL_Widget; class IFWL_ThemeProvider; class CFWL_SysBtn; -class IFWL_FormDP : public IFWL_Widget::DataProvider {}; - class IFWL_Form : public IFWL_Widget { public: IFWL_Form(const IFWL_App* app, -- cgit v1.2.3