Commit 46988651 authored by Nicolas Le Cam's avatar Nicolas Le Cam Committed by Alexandre Julliard

gdi32: Remove a set but unused variable.

parent 4d29b971
......@@ -394,7 +394,6 @@ static BOOL MF_PlayMetaFile( HDC hdc, METAHEADER *mh)
WORD i;
HPEN hPen;
HBRUSH hBrush;
HFONT hFont;
HPALETTE hPal;
HRGN hRgn;
BOOL loaded = FALSE;
......@@ -409,7 +408,6 @@ static BOOL MF_PlayMetaFile( HDC hdc, METAHEADER *mh)
/* save DC */
hPen = GetCurrentObject(hdc, OBJ_PEN);
hBrush = GetCurrentObject(hdc, OBJ_BRUSH);
hFont = GetCurrentObject(hdc, OBJ_FONT);
hPal = GetCurrentObject(hdc, OBJ_PAL);
hRgn = CreateRectRgn(0, 0, 0, 0);
......
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