Index: xfa/src/fwl/src/theme/scrollbartp.cpp |
diff --git a/xfa/src/fwl/src/theme/scrollbartp.cpp b/xfa/src/fwl/src/theme/scrollbartp.cpp |
index e0ad6a153198cf7460897950d6d295352d08d0b2..50126f4edc214680c8b91a5b3c890faa8a2b21c6 100644 |
--- a/xfa/src/fwl/src/theme/scrollbartp.cpp |
+++ b/xfa/src/fwl/src/theme/scrollbartp.cpp |
@@ -39,7 +39,6 @@ FX_DWORD CFWL_ScrollBarTP::SetThemeID(IFWL_Widget* pWidget, |
FX_BOOL CFWL_ScrollBarTP::DrawBackground(CFWL_ThemeBackground* pParams) { |
_FWL_RETURN_VALUE_IF_FAIL(pParams, FALSE); |
IFWL_Widget* pWidget = pParams->m_pWidget; |
- FX_DWORD dwStyleEx = pWidget->GetStylesEx(); |
FWLTHEME_STATE eState = FWLTHEME_STATE_Normal; |
switch (pParams->m_dwStates & 0x03) { |
case FWL_PARTSTATE_SCB_Hovered: { |