[win] Silence some debug

Missed that one.
This commit is contained in:
Bill Currie 2023-11-26 01:16:16 +09:00
parent d2af58bfa2
commit 9a01e71f67

View file

@ -62,7 +62,6 @@ Win_VID_SetPalette (byte *palette, byte *colormap)
static void
Win_VID_SetCursor (bool visible)
{
Sys_Printf ("Win_VID_SetCursor: %d\n", visible);
win_cursor_visible = visible;
SetCursor (visible ? win_arrow : 0);
}