remove NtGdiCreateCompatibleBitmap from win32k
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 26 Jul 2007 16:01:58 +0000 (16:01 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 26 Jul 2007 16:01:58 +0000 (16:01 +0000)
svn path=/trunk/; revision=27854

reactos/subsystems/win32/win32k/objects/bitmaps.c

index 1818944..f2f0a1b 100644 (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,