mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
gdi32: Remove a set but unused variable.
This commit is contained in:
parent
4d29b9716e
commit
46988651d9
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue