remove NtGdiCreateCompatibleBitmap from win32k

svn path=/trunk/; revision=27854
This commit is contained in:
Timo Kreuzer 2007-07-26 16:01:58 +00:00
parent 6488d2a0a3
commit 531bc84358

View file

@ -554,16 +554,6 @@ NtGdiCreateCompatibleBitmap(
return Bmp;
}
HBITMAP STDCALL
NtGdiCreateDiscardableBitmap(
HDC hDC,
INT Width,
INT Height)
{
/* FIXME: this probably should do something else */
return NtGdiCreateCompatibleBitmap(hDC, Width, Height);
}
BOOL STDCALL
NtGdiExtFloodFill(
HDC hDC,