mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
Removed Enhmeta code from win32k.
svn path=/trunk/; revision=31698
This commit is contained in:
parent
0edf0e7061
commit
f7c4eb1117
2 changed files with 0 additions and 8 deletions
|
@ -404,9 +404,6 @@ typedef struct _DC
|
|||
HPALETTE PalIndexed;
|
||||
|
||||
UNICODE_STRING DriverName;
|
||||
|
||||
HANDLE hFile;
|
||||
LPENHMETAHEADER emh;
|
||||
} DC, *PDC;
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1002,11 +1002,6 @@ IntGdiDeleteDC(HDC hDC, BOOL Force)
|
|||
PATH_DestroyGdiPath (&DCToDelete->w.path);
|
||||
#endif
|
||||
|
||||
if (DCToDelete->emh)
|
||||
{
|
||||
EngFreeMem(DCToDelete->emh);
|
||||
}
|
||||
|
||||
DC_UnlockDc( DCToDelete );
|
||||
DC_FreeDC ( hDC );
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue