Remove unused outXform.

This commit is contained in:
Huw D M Davies 2001-02-12 18:09:07 +00:00 committed by Alexandre Julliard
parent 7dd4c312a4
commit 4c2a14daff
1 changed files with 0 additions and 4 deletions

View File

@ -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);