Commit 08b88c42 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

gdi32: Remove variable x which is not really used from testJustification.

parent 194fd874
......@@ -1343,7 +1343,7 @@ static void test_GetOutlineTextMetrics(void)
static void testJustification(HDC hdc, PSTR str, RECT *clientArea)
{
INT x, y,
INT y,
breakCount,
justifiedWidth = 0, /* to test GetTextExtentExPointW() */
areaWidth = clientArea->right - clientArea->left,
......@@ -1399,8 +1399,6 @@ static void testJustification(HDC hdc, PSTR str, RECT *clientArea)
}
else lastExtent = TRUE;
x = clientArea->left;
/* catch errors and report them */
if (!lastExtent && (justifiedWidth != areaWidth))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment