Remove unused outXform.
This commit is contained in:
parent
7dd4c312a4
commit
4c2a14daff
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue