| Index: xfa/src/fwl/src/theme/formtp.cpp
|
| diff --git a/xfa/src/fwl/src/theme/formtp.cpp b/xfa/src/fwl/src/theme/formtp.cpp
|
| index 217de374ce5fddd6241d9723adb8f4dc077a3d78..ba1ac68ffa268294db1e8fda5a26e332217b901a 100644
|
| --- a/xfa/src/fwl/src/theme/formtp.cpp
|
| +++ b/xfa/src/fwl/src/theme/formtp.cpp
|
| @@ -427,7 +427,6 @@ void CFWL_FormTP::DrawCloseBox(CFX_Graphics* pGraphics,
|
| FXFILL_WINDING, pMatrix);
|
| CFX_RectF rtX(*pRect);
|
| rtX.Inflate(-5, -5);
|
| - FX_FLOAT fR = rtX.right();
|
| path.Clear();
|
| FX_FLOAT frtXRight = rtX.right();
|
| FX_FLOAT frtXBottom = rtX.bottom();
|
|
|