diff --git a/reactos/subsystems/win32/win32k/objects/bitmaps.c b/reactos/subsystems/win32/win32k/objects/bitmaps.c index 18189441cc6..f2f0a1b24f9 100644 --- a/reactos/subsystems/win32/win32k/objects/bitmaps.c +++ b/reactos/subsystems/win32/win32k/objects/bitmaps.c @@ -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,