From 62d4bb21760706a5d466869db05b504548e7108a Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 16 Jan 2018 20:44:56 +0000 Subject: Remove CXFA_Graphics::StretchImage() and related code. It is never used. Change-Id: I46c8202cb9e449317fdc1889ff9a610d5ea15d92 Reviewed-on: https://pdfium-review.googlesource.com/22910 Reviewed-by: Ryan Harrison Commit-Queue: Lei Zhang --- xfa/fwl/cfwl_themebackground.h | 2 -- xfa/fwl/theme/cfwl_listboxtp.cpp | 5 ----- 2 files changed, 7 deletions(-) (limited to 'xfa/fwl') diff --git a/xfa/fwl/cfwl_themebackground.h b/xfa/fwl/cfwl_themebackground.h index 81fa0a2212..33a0e857f2 100644 --- a/xfa/fwl/cfwl_themebackground.h +++ b/xfa/fwl/cfwl_themebackground.h @@ -10,7 +10,6 @@ #include "core/fxge/fx_dib.h" #include "xfa/fwl/cfwl_themepart.h" -class CFX_DIBitmpa; class CXFA_Graphics; class CXFA_GEPath; @@ -21,7 +20,6 @@ class CFWL_ThemeBackground : public CFWL_ThemePart { CXFA_Graphics* m_pGraphics; CXFA_GEPath* m_pPath; - RetainPtr m_pImage; }; inline CFWL_ThemeBackground::CFWL_ThemeBackground() diff --git a/xfa/fwl/theme/cfwl_listboxtp.cpp b/xfa/fwl/theme/cfwl_listboxtp.cpp index c977b21120..6b8aa768a5 100644 --- a/xfa/fwl/theme/cfwl_listboxtp.cpp +++ b/xfa/fwl/theme/cfwl_listboxtp.cpp @@ -39,11 +39,6 @@ void CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { &pParams->m_rtPart, pParams->m_pData, &pParams->m_matrix); break; } - case CFWL_Part::Icon: { - pParams->m_pGraphics->StretchImage(pParams->m_pImage, pParams->m_rtPart, - pParams->m_matrix); - break; - } case CFWL_Part::Check: { uint32_t color = 0xFF000000; if (pParams->m_dwStates == CFWL_PartState_Checked) { -- cgit v1.2.3