mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-11 20:03:11 +00:00
[win] Silence some debug
Missed that one.
This commit is contained in:
parent
d2af58bfa2
commit
9a01e71f67
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue