mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
Remove leftover debug print
svn path=/trunk/; revision=42316
This commit is contained in:
parent
f037eef079
commit
04ae85ed31
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ ICON_CreateCursorFromData(HDC hDC, PVOID ImageData, ICONIMAGE* IconImage, int cx
|
|||
}
|
||||
else
|
||||
{
|
||||
FIXME("loading %d bpp color cursor\n", IconImage->icHeader.biBitCount);
|
||||
IconInfo.hbmColor = CreateDIBitmap(hDC, &IconImage->icHeader, CBM_INIT,
|
||||
ImageData, (BITMAPINFO*)IconImage,
|
||||
DIB_RGB_COLORS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue