vcl/win/gdi/winlayout.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4a0f329eda7e1878dd2b78cf4529f98c9e253762
Author: Stephan Bergmann <[email protected]>
AuthorDate: Wed Dec 22 09:11:05 2021 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Wed Dec 22 12:48:27 2021 +0100
-Werror,-Wunused-variable
Change-Id: Ia43a7f973d08794a4fc8cd0b1060df8f33759b6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127297
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index 83033e9f6be8..04178bf877d2 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -96,7 +96,6 @@ bool ExTextOutRenderer::operator()(GenericSalLayout const&
rLayout, SalGraphics&
if (pWinFont->IsCJKVerticalFont() && pGlyph->IsVertical())
{
- tools::Rectangle aRect;
nNewTextAlign = VTA_CENTER | TA_BOTTOM;
nYOffset = nGlyphOffset;
}