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/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h | 1 - xfa/src/fwl/src/basewidget/include/fwl_editimp.h | 2 -- xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h | 2 -- xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h | 1 - xfa/src/fwl/src/core/include/fwl_noteimp.h | 2 -- xfa/src/fwl/src/core/include/fwl_widgetimp.h | 1 - xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h | 1 - 7 files changed, 10 deletions(-) (limited to 'xfa/src/fwl') diff --git a/xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h b/xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h index 5405ed9b97..48556aee7d 100644 --- a/xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h +++ b/xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h @@ -20,7 +20,6 @@ class CFWL_WidgetImp; class CFWL_WidgetImpProperties; class CFWL_WidgetImpDelegate; -class CFWL_FormProxyImp; class CFWL_DateTimeEdit; class CFWL_DateTimeEditImpDelegate; class CFWL_DateTimeCalendar; diff --git a/xfa/src/fwl/src/basewidget/include/fwl_editimp.h b/xfa/src/fwl/src/basewidget/include/fwl_editimp.h index db74020adc..a19dd055d0 100644 --- a/xfa/src/fwl/src/basewidget/include/fwl_editimp.h +++ b/xfa/src/fwl/src/basewidget/include/fwl_editimp.h @@ -16,9 +16,7 @@ class CFWL_WidgetImpProperties; class CFWL_WidgetImpDelegate; -class CFWL_ScrollBarImp; class IFWL_Caret; -class IFWL_AdapterTextField; class CFWL_EditImp; class CFWL_EditImpDelegate; diff --git a/xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h b/xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h index 5d1fd4c9cd..57db256baf 100644 --- a/xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h +++ b/xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h @@ -12,8 +12,6 @@ class CFWL_WidgetImpProperties; class IFWL_Widget; -class IFDE_DateTime; -class CFDE_DateTime; class CFWL_MonthCalendarImpDelegate; extern uint8_t FX_DaysInMonth(int32_t iYear, uint8_t iMonth); diff --git a/xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h b/xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h index 781075cefe..265c22d806 100644 --- a/xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h +++ b/xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h @@ -12,7 +12,6 @@ class CFWL_WidgetImpProperties; class IFWL_Widget; -class IFWL_TimerDelegate; class CFWL_ScrollBarImpDelegate; class CFWL_ScrollBarImp : public CFWL_WidgetImp, public IFWL_Timer { diff --git a/xfa/src/fwl/src/core/include/fwl_noteimp.h b/xfa/src/fwl/src/core/include/fwl_noteimp.h index 32a8f91a59..eeb86b6026 100644 --- a/xfa/src/fwl/src/core/include/fwl_noteimp.h +++ b/xfa/src/fwl/src/core/include/fwl_noteimp.h @@ -9,9 +9,7 @@ #include "xfa/include/fwl/core/fwl_note.h" -class CFWL_TargetImp; class CFWL_WidgetImp; -class CFWL_NoteThreadImp; class CFWL_ToolTipImp; class CFWL_CoreToopTipDP; class CFWL_NoteDriver; diff --git a/xfa/src/fwl/src/core/include/fwl_widgetimp.h b/xfa/src/fwl/src/core/include/fwl_widgetimp.h index 22cba226d2..65cd75e151 100644 --- a/xfa/src/fwl/src/core/include/fwl_widgetimp.h +++ b/xfa/src/fwl/src/core/include/fwl_widgetimp.h @@ -10,7 +10,6 @@ #include "xfa/include/fwl/core/fwl_widget.h" #include "xfa/src/fwl/src/core/include/fwl_targetimp.h" -class CFWL_NoteTarget; class CFWL_NoteThreadImp; class CFWL_WidgetImpProperties; class CFWL_WidgetMgr; diff --git a/xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h b/xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h index c1c07d8b36..5c951777e8 100644 --- a/xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h +++ b/xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h @@ -9,7 +9,6 @@ #include "xfa/include/fwl/core/fwl_widgetmgr.h" -class CFWL_TargetImp; class IFWL_Widget; class IFWL_AdapterWidgetMgr; class CFWL_WidgetMgrDelegate; -- cgit v1.2.3