From a9fa245cd6a61ebb3e80583150784c3944a4c0b0 Mon Sep 17 00:00:00 2001 From: Rob Haarsma Date: Mon, 26 May 2003 11:31:24 +0000 Subject: removed a mousecoords printf message --- intern/ghost/intern/GHOST_SystemWin32.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index d1242198d4e..1db695d8107 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -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); } -- cgit v1.2.3