Removed Enhmeta code from win32k.

svn path=/trunk/; revision=31698
This commit is contained in:
James Tabor 2008-01-10 07:42:32 +00:00
parent 0edf0e7061
commit f7c4eb1117
2 changed files with 0 additions and 8 deletions

View file

@ -404,9 +404,6 @@ typedef struct _DC
HPALETTE PalIndexed;
UNICODE_STRING DriverName;
HANDLE hFile;
LPENHMETAHEADER emh;
} DC, *PDC;
#endif

View file

@ -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;