From 06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Sat, 27 Feb 2016 08:53:48 -0500 Subject: Cleanup forward declarations. This CL removes duplicate forward declarations, removes extraneous declarations and adds a couple of missing declarations. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1741003002 . --- xfa/include/fwl/basewidget/fwl_barcode.h | 2 -- xfa/include/fwl/basewidget/fwl_combobox.h | 1 - xfa/include/fwl/basewidget/fwl_tooltipctrl.h | 1 - 3 files changed, 4 deletions(-) (limited to 'xfa/include/fwl/basewidget') diff --git a/xfa/include/fwl/basewidget/fwl_barcode.h b/xfa/include/fwl/basewidget/fwl_barcode.h index b7d3cecb60..944dd4aa6c 100644 --- a/xfa/include/fwl/basewidget/fwl_barcode.h +++ b/xfa/include/fwl/basewidget/fwl_barcode.h @@ -11,8 +11,6 @@ #include "xfa/include/fxbarcode/BC_BarCode.h" class CFWL_WidgetImpProperties; -class IFWL_Widget; -class IFWL_BarcodeDP; class IFWL_Barcode; #define FWL_CLASS_Barcode L"FWL_BARCODE" #define FWL_CLASSHASH_Barcode 366886968 diff --git a/xfa/include/fwl/basewidget/fwl_combobox.h b/xfa/include/fwl/basewidget/fwl_combobox.h index c28a6582aa..194d0b12e1 100644 --- a/xfa/include/fwl/basewidget/fwl_combobox.h +++ b/xfa/include/fwl/basewidget/fwl_combobox.h @@ -10,7 +10,6 @@ #include "xfa/include/fwl/basewidget/fwl_listbox.h" class CFWL_WidgetImpProperties; -class IFWL_ComboBoxDP; class IFWL_ComboBox; #define FWL_CLASS_ComboBox L"FWL_COMBOBOX" diff --git a/xfa/include/fwl/basewidget/fwl_tooltipctrl.h b/xfa/include/fwl/basewidget/fwl_tooltipctrl.h index 7963e64aaa..0a775dbd7c 100644 --- a/xfa/include/fwl/basewidget/fwl_tooltipctrl.h +++ b/xfa/include/fwl/basewidget/fwl_tooltipctrl.h @@ -10,7 +10,6 @@ #include "xfa/include/fwl/core/fwl_form.h" class CFWL_WidgetImpProperties; -class IFWL_ToolTipDP; class IFWL_ToolTip; #define FWL_CLASS_ToolTip L"FWL_TOOLTIP" -- cgit v1.2.3