removed a mousecoords printf message

This commit is contained in:
Rob Haarsma 2003-05-26 11:31:24 +00:00
parent d5a2c705e5
commit a9fa245cd6
1 changed files with 0 additions and 1 deletions

View File

@ -470,7 +470,6 @@ GHOST_EventCursor* GHOST_SystemWin32::processCursorEvent(GHOST_TEventType type,
{
GHOST_TInt32 x, y;
getSystem()->getCursorPosition(x, y);
printf("%d %d\n",x,y);
return new GHOST_EventCursor (getSystem()->getMilliSeconds(), type, window, x, y);
}