Commit 4c2a14da authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Remove unused outXform.

parent 7dd4c312
......@@ -1254,8 +1254,6 @@ BOOL WINAPI EnumEnhMetaFile(
HBRUSH hBrush = (HBRUSH)NULL;
HFONT hFont = (HFONT)NULL;
XFORM outXform;
if(!lpRect)
{
SetLastError(ERROR_INVALID_PARAMETER);
......@@ -1320,8 +1318,6 @@ BOOL WINAPI EnumEnhMetaFile(
ERR("World transform failed!\n");
}
GetWorldTransform(hdc, &outXform);
/* save the current pen, brush and font */
hPen = GetCurrentObject(hdc, OBJ_PEN);
hBrush = GetCurrentObject(hdc, OBJ_BRUSH);
......
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