mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +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;
|
HPALETTE PalIndexed;
|
||||||
|
|
||||||
UNICODE_STRING DriverName;
|
UNICODE_STRING DriverName;
|
||||||
|
|
||||||
HANDLE hFile;
|
|
||||||
LPENHMETAHEADER emh;
|
|
||||||
} DC, *PDC;
|
} DC, *PDC;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1002,11 +1002,6 @@ IntGdiDeleteDC(HDC hDC, BOOL Force)
|
||||||
PATH_DestroyGdiPath (&DCToDelete->w.path);
|
PATH_DestroyGdiPath (&DCToDelete->w.path);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (DCToDelete->emh)
|
|
||||||
{
|
|
||||||
EngFreeMem(DCToDelete->emh);
|
|
||||||
}
|
|
||||||
|
|
||||||
DC_UnlockDc( DCToDelete );
|
DC_UnlockDc( DCToDelete );
|
||||||
DC_FreeDC ( hDC );
|
DC_FreeDC ( hDC );
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue