From 47a4f418a86b67532efd483eeac3ba5f066b754c Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Sat, 12 May 2018 04:51:37 +0000 Subject: Remove unused CFWL_FormProxy. Change-Id: I952cf31cb2e3f5ca19ea3af5e9e4e11881f0a90d Reviewed-on: https://pdfium-review.googlesource.com/32395 Commit-Queue: Henrique Nakashima Reviewed-by: Tom Sepez --- xfa/fwl/cfwl_datetimepicker.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xfa/fwl/cfwl_datetimepicker.h') diff --git a/xfa/fwl/cfwl_datetimepicker.h b/xfa/fwl/cfwl_datetimepicker.h index cf0bc2cfca..00e7f61d73 100644 --- a/xfa/fwl/cfwl_datetimepicker.h +++ b/xfa/fwl/cfwl_datetimepicker.h @@ -29,7 +29,6 @@ #define FWL_STYLEEXT_DTP_EditVAlignMask (3L << 6) class CFWL_DateTimeEdit; -class CFWL_FormProxy; class CFWL_DateTimePicker : public CFWL_Widget { public: @@ -66,15 +65,12 @@ class CFWL_DateTimePicker : public CFWL_Widget { void ShowMonthCalendar(bool bActivate); void ProcessSelChanged(int32_t iYear, int32_t iMonth, int32_t iDay); - CFWL_FormProxy* GetFormProxy() const { return m_pForm.get(); } - private: void DrawDropDownButton(CXFA_Graphics* pGraphics, IFWL_ThemeProvider* pTheme, const CFX_Matrix* pMatrix); WideString FormatDateString(int32_t iYear, int32_t iMonth, int32_t iDay); void ResetEditAlignment(); - void InitProxyForm(); void GetPopupPos(float fMinHeight, float fMaxHeight, const CFX_RectF& rtAnchor, @@ -96,7 +92,6 @@ class CFWL_DateTimePicker : public CFWL_Widget { bool m_bLBtnDown; std::unique_ptr m_pEdit; std::unique_ptr m_pMonthCal; - std::unique_ptr m_pForm; float m_fBtn; }; -- cgit v1.2.3