Index: xfa/fwl/theme/cfwl_edittp.cpp |
diff --git a/xfa/fwl/theme/cfwl_edittp.cpp b/xfa/fwl/theme/cfwl_edittp.cpp |
index f2fc5cb7a3fc84d8ce748f57ca3d1633ffe98d86..5d3447eaa2febae1e7b905264002ae943b49a8bc 100644 |
--- a/xfa/fwl/theme/cfwl_edittp.cpp |
+++ b/xfa/fwl/theme/cfwl_edittp.cpp |
@@ -45,11 +45,6 @@ void CFWL_EditTP::DrawBackground(CFWL_ThemeBackground* pParams) { |
DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); |
break; |
} |
- case CFWL_Part::Edge: { |
- DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), |
- &pParams->m_rtPart, &pParams->m_matrix); |
- break; |
- } |
case CFWL_Part::Background: { |
if (pParams->m_pPath) { |
CFX_Graphics* pGraphics = pParams->m_pGraphics; |