mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
remove NtGdiCreateCompatibleBitmap from win32k
svn path=/trunk/; revision=27854
This commit is contained in:
parent
6488d2a0a3
commit
531bc84358
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue